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

[neovim] Remove redraw! hack that is no longer needed

parent ad7e433a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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