Skip to content

Commit

Permalink
Merge pull request #245 from jgilchrist/autoref-complete
Browse files Browse the repository at this point in the history
Omnicomplete \autoref{}
  • Loading branch information
lervag committed May 16, 2015
2 parents ede8371 + 7d31ac4 commit 55a88ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/latex-box/complete.vim
Original file line number Diff line number Diff line change
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 55a88ed

Please sign in to comment.