[History[:/]] Redraw screen

This commit is contained in:
Junegunn Choi
2016-04-15 22:42:17 +09:00
parent ef3e5e0a37
commit a148f78863

View File

@@ -319,6 +319,7 @@ function! s:history_sink(type, lines)
let item = matchstr(a:lines[1], ' *[0-9]\+ *\zs.*')
if key == 'ctrl-e'
call histadd(a:type, item)
redraw
call feedkeys(a:type."\<up>")
else
let g:__fzf_command = "normal ".a:type.item."\<cr>"