Merge branch 'master' into develop

This commit is contained in:
IdanArye 2015-05-29 16:18:45 +03:00
commit acda6c5b12
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,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 call feedkeys("f\e", '\n') " Make sure the CursorHold event is refired even if the user does nothing
endfunction endfunction
"Handle a single line from the debugger's interactive shell "Handle a single line from the debugger's interactive shell

View File

@ -4,7 +4,7 @@
Author: Idan Arye <https://github.com/idanarye/> Author: Idan Arye <https://github.com/idanarye/>
License: Same terms as Vim itself (see |license|) License: Same terms as Vim itself (see |license|)
Version: 1.2.2+ Version: 1.2.3+
INTRODUCTION *vebugger* INTRODUCTION *vebugger*