mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
perf(tagbar): disable debug mode
This commit is contained in:
parent
1c4e847fd5
commit
cab92e17d3
4
bundle/tagbar/autoload/tagbar/log.vim
vendored
4
bundle/tagbar/autoload/tagbar/log.vim
vendored
@ -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!')
|
||||
|
Loading…
Reference in New Issue
Block a user