From 54d0207a07b12f7d4acd301ff481c0c7f7b55805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Wed, 11 Nov 2015 11:12:50 +0100 Subject: [PATCH] Update #272 minivimrc --- test/issue-272/minivimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/issue-272/minivimrc b/test/issue-272/minivimrc index efb2082..14eec74 100644 --- a/test/issue-272/minivimrc +++ b/test/issue-272/minivimrc @@ -1,4 +1,5 @@ set nocompatible let &rtp = '~/.vim/bundle/vimtex,' . &rtp +let &rtp .= ',~/.vim/bundle/vimtex/after' filetype plugin indent on syntax enable