1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Don't highlight access symbols

This commit is contained in:
Jan Larres
2011-01-24 21:27:35 +13:00
parent ce001d55f4
commit 9f3e5f6ccb

View File

@@ -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'