We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39160 commit 2f52caaCopy full SHA for 2f52caa
autoload/vebugger.vim
@@ -59,7 +59,7 @@ function! s:f_debugger.invokeReading() dict
59
\|| 'error'==l:checkpid[0]
60
call self.kill()
61
endif
62
- call feedkeys("f\e") " Make sure the CursorHold event is refired even if the user does nothing
+ call feedkeys("f\e", 'n') " Make sure the CursorHold event is refired even if the user does nothing
63
endfunction
64
65
"Handle a single line from the debugger's interactive shell
doc/vebugger.txt
@@ -4,7 +4,7 @@
4
Author: Idan Arye <https://github.com/idanarye/>
5
License: Same terms as Vim itself (see |license|)
6
7
-Version: 1.2.2
+Version: 1.2.3
8
9
INTRODUCTION *vebugger*
10
0 commit comments