mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Log typeinfo of newly processed file
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user