From 9f3e5f6ccb7bf7273574c971bc5cda7ddb25c666 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 24 Jan 2011 21:27:35 +1300 Subject: [PATCH] Don't highlight access symbols --- plugin/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 3b7790f..1eb0dfc 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -982,7 +982,7 @@ function! s:HighlightTag(fname) " Make sure the tag is visible in the window call winline() - let pattern = '/^\%' . tagline . 'l\s*\zs[^( ]\+\ze/' + let pattern = '/^\%' . tagline . 'l\s*[-+#]\?\zs[^( ]\+\ze/' execute 'match Search ' . pattern execute 'wincmd p'