瀏覽代碼

Doc: g:startify_list_order

Marco Hinz 12 年之前
父節點
當前提交
e10b807ba9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/startify.txt

+ 2 - 2
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']
 
 
 ============-