yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Fix blank UI with neovim 0.92 #264

Closed meluskyc closed 8 months ago

meluskyc commented 1 year ago

See bug #263.

neovim 0.92 added this to the grid_line event. This appears to be useful for the TUI only, so for now let's just fix the pattern matching.

lost22git commented 8 months ago

Why has this PR not been merged into the main branch?

yatli commented 8 months ago

Woke up after a long, long sleep... Thank you @meluskyc!