mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

New option: g:startify_fortune_box_max_width #486

Closed matthieujacq closed 3 years ago

matthieujacq commented 3 years ago

Previously the fortune box maximum size was hardcoded to 50 characters. This option would allow the user to change this value. (As far as I'm concerned I needed a larger value).

Regards.

matthieujacq commented 3 years ago

In the doc, I wrote that, to be taken into account, the option should be set before the plugin is loaded. This is not accurate, it requires only be set before g:startify_custom_header. I close this pull request, fix it and will submit again.