Skip to content

Commit

Permalink
Fix timer problem again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 31, 2016
1 parent 03d3e17 commit 871a4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vimshell/interactive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function! vimshell#interactive#execute_pty_inout(is_insert) abort "{{{
let b:interactive.prompt_nr = line('.')

call s:iexe_send_string(in, a:is_insert, line('.'))
call s:timer_start()
endfunction"}}}
function! vimshell#interactive#iexe_send_string(string, is_insert, ...) abort "{{{
let linenr = get(a:000, 0, line('$'))
Expand Down
1 change: 1 addition & 0 deletions autoload/vimshell/parser.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function! vimshell#parser#eval_script(script, context) abort "{{{
\ 'statements' : statements[i : ], 'context' : context,
\ 'script' : a:script,
\ }
call vimshell#interactive#execute_process_out(0)
return 1
endtry

Expand Down

0 comments on commit 871a4a2

Please sign in to comment.