diff --git a/test/issue/332/data/chap1.tex b/test/issue/332/data/chap1.tex new file mode 100644 index 0000000..cd08755 --- /dev/null +++ b/test/issue/332/data/chap1.tex @@ -0,0 +1 @@ +Hello world! diff --git a/test/issue/332/main.tex b/test/issue/332/main.tex new file mode 100644 index 0000000..be42c3b --- /dev/null +++ b/test/issue/332/main.tex @@ -0,0 +1,6 @@ +\documentclass{minimal} +\begin{document} + +\include{data/chap1} + +\end{document} diff --git a/test/issue/332/minivimrc b/test/issue/332/minivimrc new file mode 100644 index 0000000..9d5fcde --- /dev/null +++ b/test/issue/332/minivimrc @@ -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'