1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-14 19:55:49 -07:00

[vim] Open silently

This commit is contained in:
Junegunn Choi
2015-08-15 23:53:27 +09:00
parent e5fec408c4
commit c601fc6437

@@ -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