g:startify_use_env: ignore $HOME

References #284.
This commit is contained in:
Marco Hinz 2017-05-30 00:00:33 +02:00
parent 367aec0966
commit ae8cfbb9db
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -898,7 +898,11 @@ endfunction
" Function: s:init_env {{{1
function! s:init_env()
let s:env = []
let ignore = { 'PWD': 1, 'OLDPWD': 1 }
let ignore = {
\ 'HOME': 1,
\ 'OLDPWD': 1,
\ 'PWD': 1,
\ }
function! s:get_env()
redir => s