-
Notifications
You must be signed in to change notification settings - Fork 29
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
Blank window on neovim 0.92 #263
Comments
meluskyc
added a commit
to meluskyc/fvim
that referenced
this issue
Sep 18, 2023
neovim 0.92 added this to the event. This appears to be useful for the TUI only, so for now let's just fix the pattern matching.
meluskyc
added a commit
to meluskyc/fvim
that referenced
this issue
Sep 18, 2023
neovim 0.92 added this to the event. This appears to be useful for the TUI only, so for now let's just fix the pattern matching.
meluskyc
added a commit
to meluskyc/fvim
that referenced
this issue
Sep 18, 2023
neovim 0.92 added this to the event. This appears to be useful for the TUI only, so for now let's just fix the pattern matching.
blank screen for me too |
same problem |
Same problem here too. |
Should be fixed with #264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
neovim 0.92 had some changes that break the fvim UI.
grid_line
now passes awrap
boolean. I'm guessing this is only useful for the TUI since I don't see neovide or other GUIs handling this yet. Unfortunately, this breaks pattern matching of the event. neovim/neovim@981acc2grid_line
can also send a cell with a repeat count of zero now. I don't think fvim does anything whencell.repeat
is zero, so I'm not sure any changes are required for this.The text was updated successfully, but these errors were encountered: