1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-24 10:47:07 +08:00

perf(tagbar): disable debug mode

This commit is contained in:
wsdjeg 2023-04-24 23:43:34 +08:00
parent 1c4e847fd5
commit cab92e17d3

View File

@ -12,6 +12,8 @@ endif
let s:LOGGER = SpaceVim#logger#derive('tagbar')
call s:LOGGER.stop_debug()
function! tagbar#log#start_debug(...) abort
call s:LOGGER.info('enable debug mode!')
call s:LOGGER.start_debug()