From e0624cb5e78b481dda4bf853e891246ddbbfd4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Thu, 9 Feb 2017 21:28:56 +0100 Subject: [PATCH] Added test files for #682 --- test/issues/682/minivimrc | 9 +++++++++ test/issues/682/test.sty | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 test/issues/682/minivimrc create mode 100644 test/issues/682/test.sty diff --git a/test/issues/682/minivimrc b/test/issues/682/minivimrc new file mode 100644 index 0000000..ce8079f --- /dev/null +++ b/test/issues/682/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_view_enabled = 1 +edit test.sty +quit diff --git a/test/issues/682/test.sty b/test/issues/682/test.sty new file mode 100644 index 0000000..b4a36ca --- /dev/null +++ b/test/issues/682/test.sty @@ -0,0 +1,3 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{varticle} +\endimput