From 88bdb8632519ce4febedcb16fe2fd201a624738a Mon Sep 17 00:00:00 2001 From: raven42 Date: Mon, 3 Aug 2020 04:13:03 -0500 Subject: [PATCH] Remove debug statement left in 4e7e199 causing screen flicker (#634) --- autoload/tagbar.vim | 1 - 1 file changed, 1 deletion(-) 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'