From 0181f1d0cdc57791c5ea7349abadd73f21810a2f Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Fri, 4 Apr 2014 18:37:47 +1300 Subject: [PATCH] Log typeinfo of newly processed file --- autoload/tagbar.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index e9ec36a..90b6935 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1996,6 +1996,8 @@ function! s:ProcessFile(fname, ftype) abort let fileinfo = s:FileInfo.New(a:fname, a:ftype, typeinfo) endif + call s:debug('typeinfo for file to process: ' . string(typeinfo)) + " Use a temporary files for ctags processing instead of the original one. " This allows using Tagbar for files accessed with netrw, and also doesn't " slow down Tagbar for files that sit on slow network drives.