hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
340 stars 25 forks source link

Use correct key order during multi-character snipe #41

Closed wbolster closed 8 years ago

wbolster commented 8 years ago

Handle the typed characters in the correct order during a multi-character snipe. For example,

  f TAB TAB TAB abc

should show "abc" in the prompt and highlight "abc" incrementally, instead of "cba".

hlissner commented 8 years ago

Wow, good catch! Thanks!