mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-05 06:32:09 -07:00
[neovim] Remove redraw! hack that is no longer needed
This commit is contained in:
@@ -343,7 +343,6 @@ function! s:execute_term(dict, command, temps)
|
|||||||
|
|
||||||
call s:pushd(self.dict)
|
call s:pushd(self.dict)
|
||||||
try
|
try
|
||||||
redraw!
|
|
||||||
call s:callback(self.dict, self.temps)
|
call s:callback(self.dict, self.temps)
|
||||||
|
|
||||||
if inplace && bufnr('') == self.buf
|
if inplace && bufnr('') == self.buf
|
||||||
|
Reference in New Issue
Block a user