1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +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

@ -10,7 +10,9 @@ if exists('s:debug_enabled')
finish
endif
let s:LOGGER =SpaceVim#logger#derive('tagbar')
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!')