Used the timer trick to continue reading when user stays idle
http://vim.wikia.com/wiki/Timer_to_execute_commands_periodically
This commit is contained in:
parent
762034df2c
commit
a52f92a839
@ -50,6 +50,7 @@ function! s:f_debugger.invokeReading() dict
|
|||||||
\|| 'error'==l:checkpid[0]
|
\|| 'error'==l:checkpid[0]
|
||||||
call self.kill()
|
call self.kill()
|
||||||
endif
|
endif
|
||||||
|
call feedkeys("f\e") " Make sure the CursorHold event is refired even if the user does nothing
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:f_debugger.handleLine(pipeName,line) dict
|
function! s:f_debugger.handleLine(pipeName,line) dict
|
||||||
|
Loading…
Reference in New Issue
Block a user