cofi / evil-numbers

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

Unify decimal logic #18

Closed ideasman42 closed 3 years ago

ideasman42 commented 3 years ago

Currently there are separate code-paths for decimal and octal/binary/hex number handling.

This PR unifies their logic to reduce code duplication and complexity.

ideasman42 commented 3 years ago

Wrong target, closing.