Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately, it's not entirely clear what's happening to me here quite yet. Basically - it seems that occasionally since neovim 0.10, we will randomly get a string as a return value from `nvim_input` rather than a i64 like we expect. I may have to dig into nvim's source code and figure out the problem here, but as a result this leads to random crashes as we do an assertion on `nvim_input` always succeeding. Just remove those assertions for the time being as a workaround until we figure out a better solution.
- Loading branch information