From 675f8fcc145d592988085109627c8912f00311e9 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 3 Jul 2018 13:10:09 +0200 Subject: [PATCH] Doc: fix indentation for g:startify_lists example --- doc/startify.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/startify.txt b/doc/startify.txt index 64c411d..091886c 100644 --- a/doc/startify.txt +++ b/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.