Fixed #636: Support for \subref completion
This commit is contained in:
parent
cade17d13e
commit
2b39554f68
@ -244,7 +244,8 @@ endfunction
|
||||
let s:ref = {
|
||||
\ 'patterns' : [
|
||||
\ '\v\\v?%(auto|eq|[cC]?%(page)?|labelc)?ref%(\s*\{[^}]*|range\s*\{[^,{}]*%(\}\{)?)$',
|
||||
\ '\\hyperref\s*\[[^]]*$'
|
||||
\ '\\hyperref\s*\[[^]]*$',
|
||||
\ '\\subref\*\?{[^}]*$',
|
||||
\ ],
|
||||
\ 'cache' : {},
|
||||
\ 'labels' : [],
|
||||
|
Loading…
Reference in New Issue
Block a user