From aec48f159b66c0ef3be643741a2cbe99b512aa26 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 22 Sep 2015 16:36:48 +0900 Subject: [PATCH] [neovim] Remove redraw! hack that is no longer needed --- plugin/fzf.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/fzf.vim b/plugin/fzf.vim index bfdfed3..117e03f 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