Updated test files for #324 and #344

This commit is contained in:
Karl Yngve Lervåg 2016-02-06 20:46:22 +01:00
parent 490a24daf0
commit 74d19dc17d
2 changed files with 2 additions and 9 deletions

View File

@ -0,0 +1,2 @@
\relax
\newlabel{eq:eq}{{1}{1}}

View File

@ -6,12 +6,3 @@ 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