We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aab13 commit d3337d7Copy full SHA for d3337d7
autoload/jack_in.vim
@@ -5,7 +5,7 @@ function! s:warn(str) abort
5
let v:warningmsg = a:str
6
endfunction
7
8
-function! s:RunRepl(cmd) abort
+function! s:RunRepl(cmd, is_bg) abort
9
if exists(':Start') == 2
10
execute 'Start' . (a:is_bg ? '!' : '') a:cmd
11
else
0 commit comments