elpasync pushed a change to branch externals/shift-number.
at b60fce74b9 readme: quote symbols to avoid confusion
This branch includes the following new commits:
new 7313bab013 Initial commit
new e7cbe78cde README: Mention installing from MELPA
new baf79a01a0 README: Add some badges
new 04a059ab67 README: Mention 'evil-numbers' and add another
distinction
new 712ba1d954 gitignore: Add "autoloads.el"
new b7b2fde36f README: Use local link to "demo.gif"
new 643a931638 Preserve leading zeros
new 447f5529da Add Makefile
new ca66b3b58d Optionally handle negative numbers
new 440505f14a Prevent the point "leaving" numbers
new f1c507473f Use lexical binding
new b982502655 readme: use RST
new 8ff17030df Add GPL3 license file, use SPDX header
new 5ba437d7ac elisp-autofmt: format sources
new 9b9e2a7c51 Cleanup: replace `if` with `cond`
new 23d3dcffcf Cleanup: use internal naming for private functions
new e1210a8427 Fix the match-data being set in the callers scope
new 3362f2a373 Replace only the contents of the number that changed
new b23e8bf3c8 Remove "shift-number-display-message"
new 3143a0ec88 Cleanup: replace rx with a string literal
new 95b49885b5 Support for shifting numbers in regions
new 011c5321af Add support for rectangle regions
new 8d910a7f0f Correct the URL
new 35177ef259 Cleanup: remove unnecessary groups
new 8b68f9962b Add an option to move the cursor to the numbers end
new e895305dc1 Cleanup: option to move the cursor
new db267d0e9a readme: add custom variables
new b25fc4fc02 Cleanup: de-duplicate context checks
new 0538161aa6 Don't attempt to run number shift on read-only buffers
new e9c928e94f Cleanup: skip calls to delete/insert for empty regions
new d9a0883dee Fix error shifting numbers with shift-number-negative is
nil
new febcb8ebac Fix sign use when numbers begin with a "+"
new e8f32237cd Fix sign check ignoring the range limit
new 0c641f82e9 Fix #1: Numbers in ISO Dates like YYYY-MM-DD treated as
negative
new 329378b287 Fix for the search before the sign ignoring the range
limit
new 3055c4f1a5 Refactor: make the regex an internal variable
new 67d94463b8 Support "motion" when there is a region
new f6665af5d8 When "motion" is enabled, set the "mark" to the beginning
new 15166f36a6 When operating on a region, clamp the point/mark to
number bounds
new d0d852ea30 Add missing doc-string
new cfe8e90591 Fix incrementing a negative number resulting in -0
new cad82f3607 Fix use rectangular selection for multi-width characters
new 058fa30729 Cleanup: use incf/decf
new bb14d9609f Cleanup: use null instead of not
new 46c277f778 Tests: add ERT test suite
new a71f5c3c77 Re-write: replace the existing logic with evil-numbers
new b60fce74b9 readme: quote symbols to avoid confusion