`WordEnd` member for `CursorMove` enum
achristmascarl opened this issue · 1 comments
achristmascarl commented
A minor thing I noticed was missing while implementing vim emulation based on the example was going to the next "end of word" via 'e' was missing, and that there's no corresponding enum member in CursorMove
I'd propose adding a new WordEnd
member to the enum and handle it using the existing find_word_end_forward()
method