Add test files for #245
This commit is contained in:
parent
169d9764f4
commit
c15a1c17c8
6
test/issue-245/main.tex
Normal file
6
test/issue-245/main.tex
Normal file
@ -0,0 +1,6 @@
|
||||
\documentclass{article}
|
||||
\begin{document}
|
||||
% a
|
||||
\emph{ a }
|
||||
% b
|
||||
\end{document}
|
4
test/issue-245/minivimrc
Normal file
4
test/issue-245/minivimrc
Normal file
@ -0,0 +1,4 @@
|
||||
set nocompatible
|
||||
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
|
||||
filetype plugin indent on
|
||||
syntax enable
|
Loading…
Reference in New Issue
Block a user