Added test files for #324

This commit is contained in:
Karl Yngve Lervåg 2016-01-14 22:26:13 +01:00
parent 0467d9ca47
commit bca13a3219
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,11 @@
\documentclass{minimal}
\begin{document}
\begin{equation}
\label{eq:eq}
x = y
\end{equation}
Hello World, behold eq.~\ref{eq:
\end{document}

17
test/issue/324/vimrc Normal file
View File

@ -0,0 +1,17 @@
set nocompatible
filetype plugin indent on
syntax enable
set completeopt=menu,preview
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp = '~/.vim/bundle/vimtex/after,' . &rtp
let &rtp = '~/.vim/bundle/supertab,' . &rtp
au FileType *
\ if &omnifunc != '' |
\ call SuperTabChain(&omnifunc, "<c-p>") |
\ call SuperTabSetDefaultCompletionType("<c-x><c-u>") |
\ endif