commit | aaad995f8384a77a64efba6846c9c4ac99de0953 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 15:08:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 15:08:59 2020 +0200 |
tree | fe638d462eb88388fe3f35dcdd3e22cca18e074a | |
parent | f09715bc5c827dab4425736da9024727836997e5 [diff] [blame] |
patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers Problem: Cannot use CTRL-A and CTRL-X on unsigned numbers. Solution: Add "unsigned" to 'nrformats'. (Naruhiko Nishino, closes #6144)
diff --git a/src/version.c b/src/version.c index 88f6da8..f63cb0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 860, +/**/ 859, /**/ 858,