diff --git a/autoload/fzf/vim.vim b/autoload/fzf/vim.vim index ec1c00d..35a1143 100644 --- a/autoload/fzf/vim.vim +++ b/autoload/fzf/vim.vim @@ -485,7 +485,7 @@ function! s:history_sink(type, lines) if key == 'ctrl-e' call histadd(a:type, item) redraw - call feedkeys(a:type."\") + call feedkeys(a:type."\", 'n') else if a:type == ':' call histadd(a:type, item)