mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
parent
60336c7423
commit
55d566b72f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user