Add test files for #272

This commit is contained in:
Karl Yngve Lervåg 2015-11-10 22:42:44 +01:00
parent c15a1c17c8
commit f91f085ded
2 changed files with 8 additions and 0 deletions

4
test/issue-272/main.tex Normal file
View File

@ -0,0 +1,4 @@
\documentclass{minimal}
\begin{document}
\emph{$a+1$}
\end{document}

4
test/issue-272/minivimrc Normal file
View File

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