Remove debug statement left in 4e7e199 causing screen flicker (#634)

This commit is contained in:
raven42 2020-08-03 04:13:03 -05:00 committed by GitHub
parent 3fe9d8e13b
commit 88bdb86325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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