Skip to content

Commit b1b9e3d

Browse files
committed
Use normal mode for result
1 parent 5ac7f5f commit b1b9e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/javaunit/util.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function! javaunit#util#Psep() abort
3333
endfunction
3434

3535
function! javaunit#util#ExecCMD(cmd)
36-
call unite#start([['output/shellcmd', s:EscapeCMD(a:cmd)]], {'log': 1, 'wrap': 1})
36+
call unite#start([['output/shellcmd', s:EscapeCMD(a:cmd)]], {'log': 1, 'wrap': 1,'start_insert':0})
3737
endfunction
3838

3939
function! s:EscapeCMD(cmd)

0 commit comments

Comments
 (0)