summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-22 16:36:48 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-22 16:36:48 +0900
commitaec48f159b66c0ef3be643741a2cbe99b512aa26 (patch)
treeb2b61045f3e030857766dc673d93c0bf0bc4fc2a
parentad7e433a7d5e68d749fa6da4e284de1ffa3ea99c (diff)
[neovim] Remove redraw! hack that is no longer needed
-rw-r--r--plugin/fzf.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index bfdfed30..117e03f6 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -343,7 +343,6 @@ function! s:execute_term(dict, command, temps)
call s:pushd(self.dict)
try
- redraw!
call s:callback(self.dict, self.temps)
if inplace && bufnr('') == self.buf