Justin M. Keyes
Justin M. Keyes
> You need to use `vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes('', false, true, true), 'nx', false)`. You may also need to set `vim.o.showmode = false`. Adding that before the inspect() call, works. `feedkeys(..., 'nx')` is...
> and it's the async libs job to gracefully cancel the task and it's children. Definitely powerful and important. - My feeling was, if I want to collect many results...
> There is: > > 1. `task:wait(timeout)` blocking sync > 2. `task:wait(callback)` non-blocking async > 3. `await(task)` blocking async > 4. `await(callback_fn, ...)` blocking async Very helpful! Those 4 lines...
Yep, this is important to me too. Hopefully october. > In the meantime is there anything I can do in my vim config to stop terminal buffers from being reset...
is this specifically about the 8-color variant ('notermguicolors') ?
> introduced by the new 0.10.2 version, likely an off by one error so 0.10.1 was ok? can you bisect to the exact commit
@tris203 may be able to say if this is expected or not
Can we show an error like "failed to decode server response, expected utf-x"
@pwnwriter notice the milestone (0.10.3) that marks this issue.
Use the development version? The [Releases](https://github.com/neovim/neovim/releases/tag/nightly) page has pre-built archives for Linux/Windows/macOS.