From 0a9e3de72c4855bc032a912b7d09a5216630d14d Mon Sep 17 00:00:00 2001
From: Marco Hinz <mh.codebro@gmail.com>
Date: Mon, 14 Mar 2016 18:14:45 +0100
Subject: [PATCH] Doc: add g:startify_custom_header_quotes

---
 doc/startify.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/startify.txt b/doc/startify.txt
index 90dcd8a..aec7839 100644
--- a/doc/startify.txt
+++ b/doc/startify.txt
@@ -98,6 +98,7 @@ default values.
 
     Misc options:~
     |g:startify_custom_footer|
+    |g:startify_custom_header_quotes|
     |g:startify_custom_indices|
     |g:startify_disable_at_vimenter|
     |g:startify_enable_unsafe|
@@ -449,6 +450,19 @@ Programmatic example:~
 <
 Also have a look at |startify-faq-08|.
 
+------------------------------------------------------------------------------
+                                               *g:startify_custom_header_quotes*
+
+If you don't set |g:startify_custom_header|, the internal cowsay implementation
+with shipped random quotes will be used.
+
+If you want to use your own quotes, add a list of lists, like this:
+>
+    let g:startify_custom_header_quotes = [
+        \ ['line 1', '', 'line 3'],
+        \ ['quote #2']
+        \ ]
+<
 ------------------------------------------------------------------------------
                                                       *g:startify_custom_footer*
 >