Add test files for #274

This commit is contained in:
Karl Yngve Lervåg 2015-11-11 20:49:22 +01:00
parent c24f7db9ec
commit 8e20670337
2 changed files with 10 additions and 0 deletions

5
test/issue/274/main.tex Normal file
View File

@ -0,0 +1,5 @@
\documentclass{minimal}
\begin{document}
\emph{test1}
(\emph{test2})
\end{document}

5
test/issue/274/minivimrc Normal file
View File

@ -0,0 +1,5 @@
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable