diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 4e26478..a36467a 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2953,7 +2953,6 @@ function! s:ExecuteCtags(ctags_cmd) abort else let py_version = get(g:, 'tagbar_python', 1) silent let ctags_output = s:run_system(a:ctags_cmd, py_version) - redraw! endif if &shell =~? 'cmd\.exe'