Added test files for #682
This commit is contained in:
parent
beb5d4eb59
commit
e0624cb5e7
9
test/issues/682/minivimrc
Normal file
9
test/issues/682/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_view_enabled = 1
|
||||||
|
edit test.sty
|
||||||
|
quit
|
3
test/issues/682/test.sty
Normal file
3
test/issues/682/test.sty
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{varticle}
|
||||||
|
\endimput
|
Loading…
Reference in New Issue
Block a user