-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buggy status bar rendering in 0.6.6 #494
Comments
@BastiDood https://github.com/akiyosi/goneovim/actions/runs/5822863158 |
Never mind, GitHub just took a while to load them. |
Update: the fix worked perfectly! Thank you for the quick response. Will close this issue now. 🎉 |
Oh, I forgot to ask. When would be a great time to release the patch update for this? For the meantime, I've stuck with 0.6.5, but I'd like to receive the other bug fixes from 0.6.6 as well. |
Okey, I will release v0.6.7 soon. |
Fixed a problem in which the drawing range of global grid was not set correctly. (#494)
Since 0.6.6, the status bar doesn't seem to update correctly anymore. May it be mode switching, LSP messages,
packer.nvim
update screens, or even scrolling through text: the status bar does not update. And when it does in specific occasions (such as that in the screenshot above where I simply pressed:
to go from normal mode to command mode), the updates are partial.Most interestingly, this appears to have been previously reported and fixed in #478, but as seen in the screenshot above, the bug still persists.
The text was updated successfully, but these errors were encountered: