meluskyc
meluskyc
[neovim 0.92](https://github.com/neovim/neovim/releases/tag/v0.9.2) had some changes that break the fvim UI. `grid_line` now passes a `wrap` boolean. I'm guessing this is only useful for the TUI since I don't see neovide...
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.
Resolves #1100 From the docs, the `trace` function that returns a stack trace is supposed to be passed the action, so this fixes that. This should help some of the...