juliapath / evil-numbers

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

Leading zeros gobbled: diverges from vim's behaviour. #29

Closed HawkinsT closed 3 years ago

HawkinsT commented 3 years ago

With this package, if I increment 001 (for example), it will become 2. In vim this will instead become 002. Then, incrementing 009 in vim will become 010 etc.

HawkinsT commented 3 years ago

Erm... my mistake, sorry. Somehow missed the evil-numbers-pad-default option.