Skip to content

Commit

Permalink
Omnicomplete \autoref{}
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed May 16, 2015
1 parent ede8371 commit 7d31ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/latex-box/complete.vim
Expand Up @@ -24,7 +24,7 @@ if !exists('g:LatexBox_cite_pattern')
let g:LatexBox_cite_pattern = '\C\\\a*cite\a*\*\?\(\[[^\]]*\]\)*\_\s*{'
endif
if !exists('g:LatexBox_ref_pattern')
let g:LatexBox_ref_pattern = '\C\\v\?\(eq\|page\|[cC]\|labelc\|name\)\?ref\*\?\_\s*{'
let g:LatexBox_ref_pattern = '\C\\v\?\(eq\|page\|[cC]\|labelc\|name\|auto\)\?ref\*\?\_\s*{'
endif

if !exists('g:LatexBox_completion_environments')
Expand Down

0 comments on commit 7d31ac4

Please sign in to comment.