New option: show relative paths

Closes #72.
This commit is contained in:
Øystein Walle 2013-12-04 12:48:14 +01:00 committed by Marco Hinz
parent 110af7a38a
commit 5370a743f2
2 changed files with 14 additions and 2 deletions

View file

@ -105,6 +105,7 @@ default values.
|g:startify_session_savevars|
|g:startify_session_savecmds|
|g:startify_disable_at_vimenter|
|g:startify_relative_path|
------------------------------------------------------------------------------
*g:startify_session_dir*
@ -405,6 +406,14 @@ Same as the custom header, but shown at the bottom of the startify buffer.
Don't run Startify at Vim startup. You can still call it anytime via
:Startify.
-----------------------------------------------------------------------------
*g:startify_relative_path*
>
let g:startify_relative_path = 0
<
Show filenames relative to the current working directory instead of as
absolute paths.
==============================================================================
COMMANDS *startify-commands*
>