mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
[vim] Redraw screen after running fzf on tmux pane (#213)
This commit is contained in:
@@ -234,6 +234,7 @@ function! s:execute_tmux(dict, command, temps)
|
||||
endif
|
||||
|
||||
call system(command)
|
||||
redraw!
|
||||
return s:callback(a:dict, a:temps)
|
||||
endfunction
|
||||
|
||||
|
Reference in New Issue
Block a user