]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers v8.2.0860
authorBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 13:08:59 +0000 (15:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 13:08:59 +0000 (15:08 +0200)
commitaaad995f8384a77a64efba6846c9c4ac99de0953
treefe638d462eb88388fe3f35dcdd3e22cca18e074a
parentf09715bc5c827dab4425736da9024727836997e5
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)
runtime/doc/options.txt
src/ops.c
src/optionstr.c
src/testdir/test_increment.vim
src/version.c