mirror of https://github.com/helix-editor/helix
save selection before completion savepoint
Currently, the selection is not saved/restored when completion checkpoints are applied. This is usually fine because undoing changes usually restores maps selections back in insert mode. But this is not always the case and especially problematic in the presence of multi-cursor completions (since completions are applied relative to the selection/cursor) and snippets (which can change the selection)pull/6242/head
parent
4300a3ad05
commit
2588fa3710
Loading…
Reference in New Issue