Skip to content

Commit d3337d7

Browse files
Fix RunRepl arity
1 parent e4aab13 commit d3337d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/jack_in.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function! s:warn(str) abort
55
let v:warningmsg = a:str
66
endfunction
77

8-
function! s:RunRepl(cmd) abort
8+
function! s:RunRepl(cmd, is_bg) abort
99
if exists(':Start') == 2
1010
execute 'Start' . (a:is_bg ? '!' : '') a:cmd
1111
else

0 commit comments

Comments
 (0)