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

pull/360/head
Junegunn Choi 9 years ago
parent ad7e433a7d
commit aec48f159b

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

Loading…
Cancel
Save