follows the latest version of vimshell
This commit is contained in:
parent
f620354e03
commit
36e5cc8cf4
@ -12,7 +12,7 @@ function! QuickInteractiveRuby()
|
|||||||
let l:args = 'irb --simple-prompt -r ' . l:tmpfile
|
let l:args = 'irb --simple-prompt -r ' . l:tmpfile
|
||||||
call vimshell#execute_internal_command(
|
call vimshell#execute_internal_command(
|
||||||
\ 'iexe', vimproc#parser#split_args(l:args), { 'stdin' : '', 'stdout' : '', 'stderr' : '' },
|
\ 'iexe', vimproc#parser#split_args(l:args), { 'stdin' : '', 'stdout' : '', 'stderr' : '' },
|
||||||
\ { 'is_interactive' : 0, 'is_from_command' : 1 })
|
\ { 'is_interactive' : 0, 'is_single_command' : 1 })
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! QuickInteractiveHaskell()
|
function! QuickInteractiveHaskell()
|
||||||
@ -23,7 +23,7 @@ function! QuickInteractiveHaskell()
|
|||||||
let l:args = 'ghci ' . l:tmpfile
|
let l:args = 'ghci ' . l:tmpfile
|
||||||
call vimshell#execute_internal_command(
|
call vimshell#execute_internal_command(
|
||||||
\ 'iexe', vimproc#parser#split_args(l:args), { 'stdin' : '', 'stdout' : '', 'stderr' : '' },
|
\ 'iexe', vimproc#parser#split_args(l:args), { 'stdin' : '', 'stdout' : '', 'stderr' : '' },
|
||||||
\ { 'is_interactive' : 0, 'is_from_command' : 1 })
|
\ { 'is_interactive' : 0, 'is_single_command' : 1 })
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user