You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,4 @@ The following variables are available for customization (see more via `M-x custo
74
74
- Cmd `lua-send-defun`: send current top-level function
75
75
- Cmd `lua-send-region`: send active region
76
76
- Cmd `lua-restart-with-whole-file`: restart REPL and send whole buffer
77
+
- Var `lua-send-string-max-size` (default `512` for Mac OS, `nil` for other platforms): maximum size of string that can be sent to subprocess in one operation, because some platforms are implicitly limiting the buffer size and the data arrives incomplete
0 commit comments