While I was investigating a weird behavior with insert mode, I have managed to segfault the editor with the -V flag.
I have isolated coc.nvim as my only plugin in $HOME/pack/plugins/start/ and simply run vim -V; it segfaulted after finished loading whatever was needed.
I updated coc.nvim to its latest commit available and repeated the same step as above; nothing changed.
The insert mode issue is another problem which I need to investigate further to verify is coc.nvim that causes it or not.
Update: it's not coc.nvim's fault but set autoindent's; when in insert mode and you press Enter and use the Down key which does nothing; you have to press the Down key again to move to the next line; replacing set autoindent with set smartindent fixes the problematic behavior.
My Vim version is 9.2.524 , under Debian GNU/Linux forky/sid x86_64
While I was investigating a weird behavior with insert mode, I have managed to segfault the editor with the
-Vflag.I have isolated
coc.nvimas my only plugin in$HOME/pack/plugins/start/and simply runvim -V; it segfaulted after finished loading whatever was needed.I updated
coc.nvimto its latest commit available and repeated the same step as above; nothing changed.The insert mode issue is another problem which I need to investigate further to verify is
coc.nvimthat causes it or not.My Vim version is
9.2.524, underDebian GNU/Linux forky/sid x86_64