File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,13 @@ If in doubt, set this to :python.")
116
116
:type 'number
117
117
:group 'py-vterm-interaction-repl )
118
118
119
+ (defvar-local py-vterm-interaction-paste-with-return t
120
+ " Whether to send a return key after pasting a string to the Python REPL." )
121
+
122
+ (defvar-local py-vterm-interaction-paste-with-clear t
123
+ " Whether to clear the line before pasting a string to the Python REPL." )
124
+
125
+
119
126
(defun py-vterm-interaction-repl-buffer-name (&optional session-name )
120
127
" Return a Python REPL buffer name whose session name is SESSION-NAME.
121
128
If SESSION-NAME is not given, the default session name `main' is assumed."
@@ -400,12 +407,6 @@ inferior Python process and the current active environment."
400
407
:type 'hook
401
408
:group 'py-vterm-interaction )
402
409
403
- (defvar-local py-vterm-interaction-paste-with-return t
404
- " Whether to send a return key after pasting a string to the Python REPL." )
405
-
406
- (defvar-local py-vterm-interaction-paste-with-clear t
407
- " Whether to clear the line before pasting a string to the Python REPL." )
408
-
409
410
(defvar-local py-vterm-interaction-fellow-repl-buffer nil )
410
411
(defvar-local py-vterm-interaction-session nil )
411
412
(defvar-local py-vterm-interaction-context nil )
You can’t perform that action at this time.
0 commit comments