Replies: 1 comment
|
and since i adopted the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
since update to
gvim-9.2.0038-1-x86_64on archlinux, omnicomplete now shows up by default while typing (exactly as described in #19308 --it didn't before) and then hangs forever (exactly as described in #4493 ).process tree looks like
Killing the underlying LSP process does not restore vim to a functional state.
also happens with
backspace=(originally hadset backspace=eol,start,indent)starting
gvim -fwill cause the problem to happens in different places? (or i am just going crazy). But more importantly, I can recover the session just fine with^C. If running without foreground, i must kill vim.I can compare with
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Oct 21 2025 14:27:36)which I have compiled from source when trying to debug something else here, and none of this happens (i must manually invoke omnicomplete, and when i invoke it, it doesn't crash anything)All reactions