juliapath / evil-numbers

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

Unify code for non decimal literals and decimal literals. #1

Closed juliapath closed 3 years ago

juliapath commented 6 years ago

Decimal literals are currently handled separately from binary, octal and hex literals. It should be possible to handle all these together. Furthermore, since I did not really look at those parts of the code, when implementing the optional padding, super and subscripts the behaviour of decimal numbers and other numbers diverged a bit.

ideasman42 commented 3 years ago

Committed, ad158248678560da57e02d146b40975acd69bccf closing.