1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +01:00

Better debug message

This commit is contained in:
Jan Larres
2012-08-18 00:11:07 +12:00
parent bff765b957
commit f6acd740d7

View File

@@ -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