Added test files for #324
This commit is contained in:
parent
0467d9ca47
commit
bca13a3219
11
test/issue/324/minimal.tex
Normal file
11
test/issue/324/minimal.tex
Normal 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
17
test/issue/324/vimrc
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user