From f6acd740d797038e18cb95582a67ed78a2b387a7 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sat, 18 Aug 2012 00:11:07 +1200 Subject: [PATCH] Better debug message --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index b9948c9..f7427df 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2965,7 +2965,7 @@ function! s:AutoUpdate(fname, force) abort " Don't do anything if we're in the tagbar window if ftype == 'tagbar' - call s:LogDebugMessage('Tagbar window not open or in Tagbar window') + call s:LogDebugMessage('In Tagbar window, stopping processing') return endif