mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-14 21:42:46 +08:00
Log typeinfo of newly processed file
This commit is contained in:
parent
a5220adc9a
commit
0181f1d0cd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user