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

This commit is contained in:
Junegunn Choi 2015-09-22 16:36:48 +09:00
parent ad7e433a7d
commit aec48f159b
1 changed files with 0 additions and 1 deletions

View File

@ -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