From 44be5fc4865a8d5c429c5609c6fa68bef5701f6e Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 19 Jan 2017 01:51:04 +0100 Subject: [PATCH] Fortune: remove PL-specific quote --- autoload/startify/fortune.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/startify/fortune.vim b/autoload/startify/fortune.vim index b791e9e..00c9feb 100644 --- a/autoload/startify/fortune.vim +++ b/autoload/startify/fortune.vim @@ -58,7 +58,6 @@ let s:quotes = exists('g:startify_custom_header_quotes') \ ['Computers are harder to maintain at high altitude. Thinner air means less cushion between disk heads and platters. Also more radiation.'], \ ['Almost every programming language is overrated by its practitioners.', '', '- Larry Wall'], \ ['Fancy algorithms are slow when n is small, and n is usually small.', '', '- Rob Pike'], - \ ['If C++ and Java are about type hierarchies and the taxonomy of types, Go is about composition.', '', '- Rob Pike'], \ ['Methods are just functions with a special first argument.', '', '- Andrew Gerrand'], \ \ ['Care about your craft.', '', 'Why spend your life developing software unless you care about doing it well?'],