Skip to content

Commit b08d264

Browse files
author
yangyangwithgnu
committed
fix the lost comma in tagbar_type_cpp
1 parent 2a49beb commit b08d264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ let g:tagbar_type_cpp = {
745745
\ 'v:global:0:0',
746746
\ 'x:external:0:0',
747747
\ 'l:local:0:0'
748-
\ ]
748+
\ ],
749749
\ 'sro' : '::',
750750
\ 'kind2scope' : {
751751
\ 'g' : 'enum',

0 commit comments

Comments
 (0)