Added test files for #332

This commit is contained in:
Karl Yngve Lervåg 2016-01-24 23:33:49 +01:00
parent c02447b805
commit 0212c94e31
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
Hello world!

6
test/issue/332/main.tex Normal file
View File

@ -0,0 +1,6 @@
\documentclass{minimal}
\begin{document}
\include{data/chap1}
\end{document}

9
test/issue/332/minivimrc Normal file
View 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'