diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 7e3efcb..054b53f 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2131,7 +2131,8 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort \ '--excmd=pattern', \ '--fields=nksSa', \ '--extra=', - \ '--sort=no' + \ '--sort=no', + \ '--append=no' \ ] " Include extra type definitions