Add test files for #274
This commit is contained in:
parent
c24f7db9ec
commit
8e20670337
5
test/issue/274/main.tex
Normal file
5
test/issue/274/main.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\documentclass{minimal}
|
||||
\begin{document}
|
||||
\emph{test1}
|
||||
(\emph{test2})
|
||||
\end{document}
|
5
test/issue/274/minivimrc
Normal file
5
test/issue/274/minivimrc
Normal 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
|
Loading…
Reference in New Issue
Block a user