Closed HawkinsT closed 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.
001
2
002
009
010
Erm... my mistake, sorry. Somehow missed the evil-numbers-pad-default option.
With this package, if I increment
001
(for example), it will become2
. In vim this will instead become002
. Then, incrementing009
in vim will become010
etc.