Added test files for #447
This commit is contained in:
parent
ba53cb674a
commit
0ff8b2b171
12
test/issues/447/test.tex
Normal file
12
test/issues/447/test.tex
Normal 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
10
test/issues/447/vimrc
Normal 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
|
Loading…
Reference in New Issue
Block a user