From 3bf7e3322c507fea5a9d6ad7cf80f65cc4196dfc Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 30 Apr 2013 13:46:03 +0200 Subject: [PATCH] doc: reword custom indices section #2 --- doc/startify.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/startify.txt b/doc/startify.txt index 890ae99..54da255 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -148,10 +148,9 @@ Example: let g:startify_skiplist_server = [ 'GVIM' ] let g:startify_custom_indices = [] -Use any list of strings as custom indices instead of increasing numbers. If -there are more paths to fill in the startify buffer than actual items in the -custom list, the rest will be filled up using the default numbering scheme -starting from 0. +Use any list of strings as indices instead of increasing numbers. If there are +more startify entries than actual items in the custom list, the remaining +entries will be filled using the default numbering scheme starting from 0. Example: let g:startify_custom_indices = ['a','s','d','f']