juliapath / evil-numbers

Increment and decrement numbers in Emacs
GNU General Public License v3.0
39 stars 6 forks source link

Number directly before the cursor manipulated when the cursor can't move forward #27

Closed ideasman42 closed 3 years ago

ideasman42 commented 3 years ago

A line consisting of:

123 | ___^|

Will manipulate the 123 when the cursor is at the last blank space.

This is caused by forward-char not stepping forward since it's at the end of the line.