Doc: fix indentation for g:startify_lists example

This commit is contained in:
Marco Hinz 2018-07-03 13:10:09 +02:00
parent 81bbc69581
commit 675f8fcc14
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -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.