Skip to content
Snippets Groups Projects
Commit c601fc64 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[vim] Open silently

parent e5fec408
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ function! s:cmd_callback(lines) abort
let autochdir = &autochdir
set noautochdir
for item in a:lines
execute cmd s:escape(item)
execute 'silent' cmd s:escape(item)
endfor
finally
let &autochdir = autochdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment