yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

Pressing <Esc> should cancel a movement #6

Closed Vadskye closed 6 years ago

Vadskye commented 6 years ago

Expected behavior: If I start a movement and press \<Esc>, the movement should be cancelled and I should be back in Vim's normal mode.

Current behavior: If I start a movement and press \<Esc>, vim-snipe throws an error.

Vadskye commented 6 years ago

Actually, that is the normal behavior; I somehow triggered a bug that caused it to throw an error when it saw a \<Esc>. Closing this until I have a reproducible test case.