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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user