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

pull/219/head
Junegunn Choi 9 years ago
parent 27e26bd1ea
commit 9310ae28ab

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

Loading…
Cancel
Save