mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-08 16:06:15 +08:00
Don't highlight access symbols
This commit is contained in:
parent
ce001d55f4
commit
9f3e5f6ccb
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user