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

feat(input): Externalize getchar #245

Closed bryphe closed 3 years ago

bryphe commented 3 years ago

This implements / fixes several blockers in getting vim-surround working, including:

bryphe commented 3 years ago

Split out in #247 and #248