diff --git a/bundle/tagbar/autoload/tagbar/log.vim b/bundle/tagbar/autoload/tagbar/log.vim index 1064af680..b81b1d694 100644 --- a/bundle/tagbar/autoload/tagbar/log.vim +++ b/bundle/tagbar/autoload/tagbar/log.vim @@ -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!')