From 43a322edb6320417ef12243423732d0862a26f9d Mon Sep 17 00:00:00 2001
From: Marco Hinz <mh.codebro@gmail.com>
Date: Thu, 24 Nov 2016 20:32:24 +0100
Subject: [PATCH] FAQ 08: improve example

---
 doc/startify.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/startify.txt b/doc/startify.txt
index ac1644a..ea9ecf8 100644
--- a/doc/startify.txt
+++ b/doc/startify.txt
@@ -832,7 +832,7 @@ Try something along these lines:
             \ 'repeat(" ", (&columns / 2) - (longest_line / 2)) . v:val')
         return centered_lines
     endfunction
-    let g:startify_custom_header = s:filter_header(['a', 'bb', 'ccc'])
+    let g:startify_custom_header = s:filter_header(startify#fortune#cowsay())
 <
 ------------------------------------------------------------------------------
                                                                *startify-faq-09*