onivim / libvim

libvim: The core Vim editing engine as a minimal C library
https://v2.onivim.io
MIT License
692 stars 34 forks source link

fix(insert): Fix restart_edit behavior (ctrl+o) #255

Closed bryphe closed 3 years ago

bryphe commented 3 years ago

This implements basic functionality for ctrl+o in the context of the revised state machine

Related https://github.com/onivim/oni2/issues/2425