Closed kirawi closed 1 year ago
I noticed this in https://github.com/helix-editor/helix/pull/4983. It looks like the cause is that the stack is not initialized with a single starting node.
stack
Thanks for the report! And yup, that was exactly the problem. Fixed in dfcac8b19ee571a2a399e189c12b2a10663ce464.
I noticed this in https://github.com/helix-editor/helix/pull/4983. It looks like the cause is that the
stack
is not initialized with a single starting node.