juliapath / evil-numbers

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

Support for separator character '_' #23

Closed ideasman42 closed 3 years ago

ideasman42 commented 3 years ago

Some languages support using underscores as separators, so 16_777_216 is evaluated as 16777216.

This task proposes to optionally support these characters;

This would add a custom variable: evil-numbers-separator, values would include:


Notes:

ideasman42 commented 3 years ago

This is implemented in master.