1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-07-28 18:51:59 -07:00

[vim] Workaround for Neovim bug of unconditionally evaluating unlet $ENV_VAR

See 
This commit is contained in:
Junegunn Choi
2021-05-21 13:17:19 +09:00
parent 9ef825d2fd
commit cbedb57511

@@ -519,7 +519,7 @@ finally
if len(prev_default_command)
let $FZF_DEFAULT_COMMAND = prev_default_command
else
unlet $FZF_DEFAULT_COMMAND
execute 'unlet $FZF_DEFAULT_COMMAND'
endif
endif
let [&shell, &shellslash, &shellcmdflag, &shellxquote] = [shell, shellslash, shellcmdflag, shellxquote]