Commit 55d566b7 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Revert "[vim] Open silently"

This reverts commit c601fc64.
parent 60336c74
Showing with 1 addition and 1 deletion
+1 -1
......@@ -372,7 +372,7 @@ function! s:cmd_callback(lines) abort
let autochdir = &autochdir
set noautochdir
for item in a:lines
execute 'silent' cmd s:escape(item)
execute cmd s:escape(item)
endfor
finally
let &autochdir = autochdir
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment