What's Changed
- Skip em_exchange_mark without mark by @aycabta in #195
- Backspace and C-h should be unassigned on vi command mode by @aycabta in #196
- Keep operator proc as a local variable in the scope by @aycabta in #197
- Operator with arg need to make sure that they take arg to avoid crashing by @aycabta in #198
- Unimplemented vi command should be no-op by @aycabta in #199
- Implement vi_yank by @aycabta in #200
- Motions e, E, t, f should include a char on cursor if follows operator by @aycabta in #201
- Call process_insert when the end of pasting plural fullwidth chars by @aycabta in #202
- Add alias vi-movement-mode to vi-command-mode for compatibility by @aycabta in #203
Full Changelog: v0.1.7...v0.1.8