mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-07 16:54:01 +08:00
Expand deffile path
This commit is contained in:
parent
3ecdb5028d
commit
f5435678fb
|
@ -2057,7 +2057,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort
|
|||
|
||||
" Include extra type definitions
|
||||
if has_key(a:typeinfo, 'deffile')
|
||||
let ctags_args += ['--options=' . a:typeinfo.deffile]
|
||||
let ctags_args += ['--options=' . expand(a:typeinfo.deffile)]
|
||||
endif
|
||||
|
||||
let ctags_type = a:typeinfo.ctagstype
|
||||
|
|
Loading…
Reference in New Issue
Block a user