From 18afbc9c4a7f1c12e1159134372cb2c5b8f1cddb Mon Sep 17 00:00:00 2001 From: Jesper Brix Rosenkilde Date: Wed, 5 Oct 2016 09:35:32 +0200 Subject: [PATCH] Add environment variable for use with 'do': --- plug.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plug.vim b/plug.vim index aee4722..bdc4265 100644 --- a/plug.vim +++ b/plug.vim @@ -126,6 +126,8 @@ function! plug#begin(...) let g:plugs_order = [] let s:triggers = {} + let $VIMPLUG_DIR = home + call s:define_commands() return 1 endfunction