diff --git a/plugin/fzf.vim b/plugin/fzf.vim index ef4306d..2f898a9 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -70,7 +70,7 @@ function! s:history(arg, bang) call fzf#vim#history(ext) endif endfunction -command! -bang -nargs=* History call s:history(, 0) +call s:defs(['command! -bang -nargs=* History call s:history(, 0)']) function! fzf#complete(...) return call('fzf#vim#complete', a:000)