mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-07 23:52:04 -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
|
endif
|
||||||
|
|
||||||
call system(command)
|
call system(command)
|
||||||
|
redraw!
|
||||||
return s:callback(a:dict, a:temps)
|
return s:callback(a:dict, a:temps)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user