Added test files for #682

This commit is contained in:
Karl Yngve Lervåg 2017-02-09 21:28:56 +01:00
parent beb5d4eb59
commit e0624cb5e7
2 changed files with 12 additions and 0 deletions

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_view_enabled = 1
edit test.sty
quit

3
test/issues/682/test.sty Normal file
View File

@ -0,0 +1,3 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{varticle}
\endimput