mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-30 14:45:30 +08:00
Do not unlet g:__fzf_command
Yet another feedkeys shenanigans
This commit is contained in:
@@ -244,7 +244,7 @@ function! s:history_source(type)
|
||||
\ map(list, 's:yellow(printf(fmt, len(list) - v:key)).": ".v:val'))
|
||||
endfunction
|
||||
|
||||
nnoremap <plug>(-fzf-vim-do) :execute g:__fzf_command<bar>unlet g:__fzf_command<cr>
|
||||
nnoremap <plug>(-fzf-vim-do) :execute g:__fzf_command<cr>
|
||||
|
||||
function! s:history_sink(type, lines)
|
||||
if empty(a:lines)
|
||||
|
||||
Reference in New Issue
Block a user