소스 검색

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