summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-23 19:29:01 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-23 19:29:01 +0900
commit9310ae28abb733d95f5c5be693e490601661f6d6 (patch)
treeea72ae18f260a41195673e76a022cd0871e42897 /plugin
parent27e26bd1ea90c54555aceecb644b390ced5d9761 (diff)
downloadfzf-9310ae28abb733d95f5c5be693e490601661f6d6.tar.gz
[vim] Redraw screen after running fzf on tmux pane (#213)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fzf.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 375d5ec9..bb0b10b8 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -234,6 +234,7 @@ function! s:execute_tmux(dict, command, temps)
endif
call system(command)
+ redraw!
return s:callback(a:dict, a:temps)
endfunction