Added test files for #447

This commit is contained in:
Karl Yngve Lervåg 2016-05-01 22:49:35 +02:00
parent ba53cb674a
commit 0ff8b2b171
2 changed files with 22 additions and 0 deletions

12
test/issues/447/test.tex Normal file
View File

@ -0,0 +1,12 @@
\documentclass[12pt]{report}
\usepackage{times}
\textwidth 150mm
\begin{document}
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$\alphab$
\end{document}

10
test/issues/447/vimrc Normal file
View File

@ -0,0 +1,10 @@
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
filetype plugin indent on
syntax on
let g:tex_flavor = "latex"
set iskeyword+=:
set grepprg=grep\ -nH\ $*
let g:vimtex_latexmk_options ="-pdf -verbose -file-line-error -synctex=1 -interaction=nonstopmode"
let g:vimtex_quickfix_ignore_all_warnings = 0