Segmentation fault

Kakoune crashes with SIGSEGV when running:

echo abc > /tmp/abc && kak -n -e 'execute-keys Oa<c-n>; execute-keys -draft <a-h>d' /tmp/abc

This crash happens on both v2020.01.16 and master.

I’d appreciate if someone could create a GitHub issue for this, as I’m having trouble with GitHub.

Filed #3556.

The command you pasted on GitHub is missing <c-n> and <a-h>, can you fix this?

Thank you.

Whoops, I forgot to make that a code-block, so GitHub was treating them as HTML tags. Should be fixed now.