diff --git a/autoload/tagbar/types/ctags.vim b/autoload/tagbar/types/ctags.vim index e225f13..97c49f2 100644 --- a/autoload/tagbar/types/ctags.vim +++ b/autoload/tagbar/types/ctags.vim @@ -115,6 +115,7 @@ function! tagbar#types#ctags#init(supported_types) abort \ 'union' : 'u' \ } let types.c = type_c + let types.lpc = type_c " C++ {{{1 let type_cpp = tagbar#prototypes#typeinfo#new() let type_cpp.ctagstype = 'c++' diff --git a/autoload/tagbar/types/uctags.vim b/autoload/tagbar/types/uctags.vim index d85d0ea..c1715ba 100644 --- a/autoload/tagbar/types/uctags.vim +++ b/autoload/tagbar/types/uctags.vim @@ -215,6 +215,7 @@ function! tagbar#types#uctags#init(supported_types) abort \ 'union' : 'u' \ } let types.c = type_c + let types.lpc = type_c " C++ {{{1 let type_cpp = tagbar#prototypes#typeinfo#new() let type_cpp.ctagstype = 'c++'