mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-21 17:18:40 +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'))
|
\ map(list, 's:yellow(printf(fmt, len(list) - v:key)).": ".v:val'))
|
||||||
endfunction
|
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)
|
function! s:history_sink(type, lines)
|
||||||
if empty(a:lines)
|
if empty(a:lines)
|
||||||
|
|||||||
Reference in New Issue
Block a user