Add test files for #245

This commit is contained in:
Karl Yngve Lervåg 2015-11-10 22:38:06 +01:00
parent 169d9764f4
commit c15a1c17c8
2 changed files with 10 additions and 0 deletions

6
test/issue-245/main.tex Normal file
View File

@ -0,0 +1,6 @@
\documentclass{article}
\begin{document}
% a
\emph{ a }
% b
\end{document}

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

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