From b08d264db0540c1e2c9b8e1ffaaffd545ae5e557 Mon Sep 17 00:00:00 2001 From: yangyangwithgnu Date: Sat, 6 Dec 2014 17:58:49 +0800 Subject: [PATCH] fix the lost comma in tagbar_type_cpp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9c73d1..36eadd5 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,7 @@ let g:tagbar_type_cpp = { \ 'v:global:0:0', \ 'x:external:0:0', \ 'l:local:0:0' - \ ] + \ ], \ 'sro' : '::', \ 'kind2scope' : { \ 'g' : 'enum',