mirror of
https://github.com/preservim/tagbar.git
synced 2025-10-04 15:26:15 +08:00
Don't highlight access symbols
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user