Added test files for #332
This commit is contained in:
parent
c02447b805
commit
0212c94e31
1
test/issue/332/data/chap1.tex
Normal file
1
test/issue/332/data/chap1.tex
Normal file
@ -0,0 +1 @@
|
||||
Hello world!
|
6
test/issue/332/main.tex
Normal file
6
test/issue/332/main.tex
Normal file
@ -0,0 +1,6 @@
|
||||
\documentclass{minimal}
|
||||
\begin{document}
|
||||
|
||||
\include{data/chap1}
|
||||
|
||||
\end{document}
|
9
test/issue/332/minivimrc
Normal file
9
test/issue/332/minivimrc
Normal file
@ -0,0 +1,9 @@
|
||||
set nocompatible
|
||||
|
||||
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
|
||||
let &rtp .= ',~/.vim/bundle/vimtex/after'
|
||||
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
|
||||
let g:vimtex_latexmk_build_dir = 'build'
|
Loading…
Reference in New Issue
Block a user