Add environment variable for use with 'do':

This commit is contained in:
Jesper Brix Rosenkilde 2016-10-05 09:35:32 +02:00
parent 6454158846
commit 18afbc9c4a

View File

@ -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