From bd297e57980d140d86061daf32abde49f49c2a5d Mon Sep 17 00:00:00 2001 From: Huy Vo Date: Thu, 26 Apr 2018 16:39:11 +0700 Subject: [PATCH] Fortune: add Stephen Hawking's quote on recursion (#315) --- autoload/startify/fortune.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/startify/fortune.vim b/autoload/startify/fortune.vim index a4bcc97..f7fd0eb 100644 --- a/autoload/startify/fortune.vim +++ b/autoload/startify/fortune.vim @@ -225,6 +225,7 @@ let s:predefined_quotes = [ \ ["In software, we rarely have meaningful requirements. Even if we do, the only measure of success that matters is whether our solution solves the customer's shifting idea of what their problem is.", '', '- Jeff Atwood'], \ ['If debugging is the process of removing bugs, then programming must be the process of putting them in.', '', '- Edsger W. Dijkstra'], \ ['640K ought to be enough for anybody.', '', '- Bill Gates, 1981'], + \ ['To understand recursion, one must first understand recursion.', '', '- Stephen Hawking'], \ ] let s:quotes = exists('g:startify_custom_header_quotes')