Justin M. Keyes

Results 2414 comments of Justin M. Keyes

- if this PR is based on https://github.com/neovim/neovim/pull/6809 , the first commit should preserve zyx as author. - we will avoid squash-merging this PR so that you are author of...

> Maybe neovim can make some workaround until this issue is fixed there? send a PR

You have done a great job to minimize the footprint, and I don't see a major risk here (easy to "revert" in the worst case...), so let's try it. This...

Do we need a note in MAINTAIN.md about steps involved with version.h ?

If this fixes problems without causing regressions then no objection. Needs a rebase and a test.

This probably isn't a good idea. "Text changed" in a terminal job is meaningless. An alternative is https://github.com/neovim/neovim/issues/5023 , i.e. support hooking into the streams of an existing job.

Re-opened for `InsertCharPre`.

Sounds a bit familiar, and in any case there are numerous LSP fixes on 0.12, including offset-related and IIRC line-ending-related fixes. Please test latest HEAD: the [Releases](https://github.com/neovim/neovim/releases/tag/nightly) page has pre-built...

Adding various things to `TermOpen`, `TermClose`, etc. is very welcome. Enhancing `TermClose` would get us closer to removing the dumb `[Process exited 1]` message, too. > (Drawback: Not available in...