浏览代码

Fortune: remove PL-specific quote

Marco Hinz 9 年之前
父节点
当前提交
44be5fc486
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      autoload/startify/fortune.vim

+ 0 - 1
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?'],