From e10b807ba9a40feef19fabbadc49172f1ba36f37 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 5 Aug 2013 13:52:24 +0200 Subject: [PATCH] Doc: g:startify_list_order --- doc/startify.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/startify.txt b/doc/startify.txt index c92374a..8fb94ba 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -88,7 +88,7 @@ The default for Windows systems is '$HOME\vimfiles\session'. ============- - let g:startify_lists = ['files', 'sessions', 'bookmarks'] + let g:startify_list_order = ['files', 'sessions', 'bookmarks'] At the moment startify can show these kind of lists: @@ -115,7 +115,7 @@ At the moment startify can show these kind of lists: Therefore, to show all of them in the above order: - let g:startify_lists = ['files', 'dir', 'bookmarks', 'sessions'] + let g:startify_list_order = ['files', 'dir', 'bookmarks', 'sessions'] ============-