New option: g:startify_use_env

References #197.
This commit is contained in:
Marco Hinz 2016-02-12 14:21:05 +01:00
parent b3127cb0d4
commit 9e4a159637
2 changed files with 47 additions and 0 deletions

View file

@ -107,6 +107,7 @@ default values.
|g:startify_files_number|
|g:startify_mapping_nowait|
|g:startify_skiplist_server|
|g:startify_use_env|
Sessions:~
|g:startify_session_autoload|
@ -471,6 +472,15 @@ Show filenames relative to the current working directory instead of as
absolute paths. This only applies to the "files" list, since the "dir" list is
relative by nature.
-----------------------------------------------------------------------------
*g:startify_use_env*
>
let g:startify_use_env = 0
<
Show environment variables in path, if their name is shorter than their value.
$PWD and $OLDPWD are ignored.
-----------------------------------------------------------------------------
*g:startify_mapping_nowait*
>