onivim / libvim

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

Bugfix: Add test case for Control+G (and implement) #185

Closed bryphe closed 4 years ago

bryphe commented 4 years ago

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

This properly implements the fileinfo method using msg2 (although the keybinding is shadowed by default by the sneak mode <C-g>).