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 5ac7f5f commit b1b9e3dCopy full SHA for b1b9e3d
autoload/javaunit/util.vim
@@ -33,7 +33,7 @@ function! javaunit#util#Psep() abort
33
endfunction
34
35
function! javaunit#util#ExecCMD(cmd)
36
- call unite#start([['output/shellcmd', s:EscapeCMD(a:cmd)]], {'log': 1, 'wrap': 1})
+ call unite#start([['output/shellcmd', s:EscapeCMD(a:cmd)]], {'log': 1, 'wrap': 1,'start_insert':0})
37
38
39
function! s:EscapeCMD(cmd)
0 commit comments