From f5435678fba5ba819d534ff62a76422bef80d636 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Tue, 30 Apr 2013 10:12:02 +1200 Subject: [PATCH] Expand deffile path --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 629614e..0043349 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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