Log typeinfo of newly processed file

This commit is contained in:
Jan Larres 2014-04-04 18:37:47 +13:00
parent a5220adc9a
commit 0181f1d0cd

View File

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