m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

[vim] Redraw screen after running fzf on tmux pane (#213)

This commit is contained in:
Junegunn Choi
2015-04-23 19:29:01 +09:00
parent 27e26bd1ea
commit 9310ae28ab

View File

@@ -234,6 +234,7 @@ function! s:execute_tmux(dict, command, temps)
endif
call system(command)
redraw!
return s:callback(a:dict, a:temps)
endfunction