mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +00:00
[vim] Redraw screen after running fzf on tmux pane (#213)
This commit is contained in:
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…
Reference in New Issue
Block a user