Skip to content
Snippets Groups Projects
Unverified Commit c0a83b27 authored by yuki yano's avatar yuki yano Committed by GitHub
Browse files

Fix failure of w:fzf_pushd unlet depending on timing (#2119)

parent f79b1f71
No related branches found
No related tags found
No related merge requests found
...@@ -517,7 +517,7 @@ function! s:dopopd() ...@@ -517,7 +517,7 @@ function! s:dopopd()
if s:fzf_getcwd() ==# w:fzf_pushd.dir && (!&autochdir || w:fzf_pushd.bufname ==# bufname('')) if s:fzf_getcwd() ==# w:fzf_pushd.dir && (!&autochdir || w:fzf_pushd.bufname ==# bufname(''))
execute w:fzf_pushd.command s:escape(w:fzf_pushd.origin) execute w:fzf_pushd.command s:escape(w:fzf_pushd.origin)
endif endif
unlet w:fzf_pushd unlet! w:fzf_pushd
endfunction endfunction
function! s:xterm_launcher() function! s:xterm_launcher()
......
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