mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +08:00
perf(tagbar): enable tagbar debug by default
This commit is contained in:
parent
d3727ce979
commit
2ae3d23dfc
2
bundle/tagbar/autoload/tagbar/log.vim
vendored
2
bundle/tagbar/autoload/tagbar/log.vim
vendored
@ -12,7 +12,7 @@ endif
|
||||
|
||||
let s:LOGGER = SpaceVim#logger#derive('tagbar')
|
||||
|
||||
call s:LOGGER.stop_debug()
|
||||
" 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