소스 검색

Doc: fix indentation for g:startify_lists example

Marco Hinz 7 년 전
부모
커밋
675f8fcc14
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      doc/startify.txt

+ 5 - 5
doc/startify.txt

@@ -144,11 +144,11 @@ This option is DEPRECATED in favor of |g:startify_lists|.
                                                               *g:startify_lists*
 >
     let g:startify_lists = [
-          \ { 'type': 'files',     'header': [   'MRU']            },
-          \ { 'type': 'dir',       'header': [   'MRU '. getcwd()] },
-          \ { 'type': 'sessions',  'header': [   'Sessions']       },
-          \ { 'type': 'bookmarks', 'header': [   'Bookmarks']      },
-          \ { 'type': 'commands',  'header': [   'Commands']       },
+          \ { 'type': 'files',     'header': ['   MRU']            },
+          \ { 'type': 'dir',       'header': ['   MRU '. getcwd()] },
+          \ { 'type': 'sessions',  'header': ['   Sessions']       },
+          \ { 'type': 'bookmarks', 'header': ['   Bookmarks']      },
+          \ { 'type': 'commands',  'header': ['   Commands']       },
           \ ]
 <
 Startify displays lists. Each list consists of a type and an optional header.