mhinz / vim-startify

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

Loading a session that had startify help page open causes the page to not be rendered correctly #521

Open AniAggarwal opened 2 years ago

AniAggarwal commented 2 years ago

To reproduce

  1. Open Neovim (v0.6.1)
  2. Run :h startify to open startify's help page Screenshot from 2022-02-22 13-49-10
  3. Run SSave to save current session
  4. Exit Neovim (I used :qa)
  5. Open Neovim
  6. Open saved session
  7. Startify's help page isn't displayed correctly Screenshot from 2022-02-22 13-50-15

Note: this occurs regardless of what other buffers are open.

Expected behavior

This only seems to happen with startify's help page specifcally. Doing so with other help pages works fine, and startify's shouldn't be any different. Ex: Opening help page and then saving session: Screenshot from 2022-02-22 13-51-32

Reopening session: Screenshot from 2022-02-22 13-52-38