New option: g:startify_session_autoload

This commit is contained in:
Marco Hinz 2013-08-10 09:05:02 +02:00
parent fd7c52a05b
commit f8c9b7ddfe
2 changed files with 33 additions and 18 deletions

View file

@ -142,6 +142,15 @@ The number of files to list.
When the file Session.vim is found in the current directory, it will be shown at
the top of all lists as entry [0].
============-
let g:startify_session_autoload = 0
If you bookmark a directory that contains a Session.vim and this option is
enabled, that session will be loaded automatically when you open the
directory.
Great way to create a portable project folder.
============-