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:
parent
1c4e847fd5
commit
cab92e17d3
2
bundle/tagbar/autoload/tagbar/log.vim
vendored
2
bundle/tagbar/autoload/tagbar/log.vim
vendored
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user