From 2ae3d23dfcaff7d1d6fb9fac67aac90c4c810022 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 28 Jun 2023 08:07:26 +0800 Subject: [PATCH] perf(tagbar): enable tagbar debug by default --- bundle/tagbar/autoload/tagbar/log.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!')