summaryrefslogtreecommitdiffstats
path: root/ftplugin/latex-box/complete.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
commit4203435c48adfec7950f5b9ab745e87c5296e486 (patch)
tree84a389447483a13e50d46c0eefb7d7eec51b4141 /ftplugin/latex-box/complete.vim
parent271b63d71707720ad0d35590b8cb50f8f8f43014 (diff)
downloadvim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.tar.gz
vim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.zip
Updatev1.13.3
Diffstat (limited to 'ftplugin/latex-box/complete.vim')
-rw-r--r--ftplugin/latex-box/complete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/latex-box/complete.vim b/ftplugin/latex-box/complete.vim
index e8befcfc..fae7e4e0 100644
--- a/ftplugin/latex-box/complete.vim
+++ b/ftplugin/latex-box/complete.vim
@@ -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')