Skip to content

Segfault while running vim -V #5688

Description

@stefanos82

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions