mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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
|
finish
|
||||||
endif
|
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
|
function! tagbar#log#start_debug(...) abort
|
||||||
call s:LOGGER.info('enable debug mode!')
|
call s:LOGGER.info('enable debug mode!')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user