1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

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

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'