Commit graph

21 commits

Author SHA1 Message Date
MisanthropicBit 26ec1573a5 Add new quotes while keeping predefined ones 2018-01-14 14:37:36 +01:00
Marco Hinz 53c53b2444
Make startify#fortune#boxe() handle funcref
References #285.
2017-06-05 13:34:55 +02:00
Marco Hinz 1940c9f9b9
Make startify#fortune#boxed() take optional argument
References #285.
2017-06-05 10:52:22 +02:00
Marco Hinz 44be5fc486
Fortune: remove PL-specific quote 2017-01-19 01:51:04 +01:00
Marco Hinz 1d722c72f9
Fortune: add new quotes 2017-01-19 00:47:28 +01:00
Marco Hinz 5affa1fb89
Add :scriptencoding to fortune.vim 2017-01-11 20:57:27 +01:00
Marco Hinz e8756ee862
Fortune: make cowsay() take optional characters
Example:

    let g:startify_custom_header =
        \ startify#fortune#cowsay('═','║','╔','╗','╝','╚')
2017-01-11 20:54:36 +01:00
Marco Hinz b9e9a8addb
Fortune: readd quotes
Oops..
2017-01-11 20:23:41 +01:00
Marco Hinz 3510ff837c
README: update screenshot 2017-01-11 13:17:59 +01:00
Marco Hinz f3044c7f52
Fortune: handle multibyte characters 2017-01-11 12:57:33 +01:00
Marco Hinz 89bf0a5c24
New option: g:startify_fortune_use_unicode
References #261.
2017-01-10 14:03:22 +01:00
Marco Hinz c26fcfcd17
Fortune: add Alan Perlis quotes
Closes #256.
2017-01-02 14:39:06 +01:00
Marco Hinz 8b8cc3fdba
Fortune: add new quotes 2016-12-20 11:28:47 +01:00
Steve Dignam caa7faf6e1 added check for fortune uft-8 encoding
Added check so unicode box characters are only used when the encoding of
vim is set to uft-8. Otherwise, the default ascii characters are used
2016-10-10 14:15:38 -04:00
Steve Dignam 65d117764f Added box drawing characters for fortune / cowsay
See the following link for more info on box drawing characters:
https://en.wikipedia.org/wiki/Box-drawing_character
2016-10-09 23:11:14 -04:00
Marco Hinz 6751427eb1 Fortune: typo 2016-07-19 19:47:20 +02:00
Marco Hinz 994a85ac22 Refactoring: fortune.vim 2016-03-17 11:05:36 +01:00
Marco Hinz 6509329585 Fortune: use ' instead of `
Keep the fortune file ASCII-clean, according to:

http://english.stackexchange.com/questions/163480/which-is-the-correct-apostrophe-to-use-when-typing-quote-or-backtick
2016-03-15 01:42:55 +01:00
Marco Hinz 075423f45a Default custom header: use * for corners 2016-03-14 17:29:08 +01:00
Marco Hinz e845a3958c Default custom header: add box and cow! 2016-03-14 17:26:59 +01:00
Marco Hinz a4d8870d2f Add missing fortune.vim 2016-03-14 15:56:17 +01:00