Skip to content
Snippets Groups Projects
Commit 9310ae28 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

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

parent 27e26bd1
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ function! s:execute_tmux(dict, command, temps)
endif
call system(command)
redraw!
return s:callback(a:dict, a:temps)
endfunction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment