]> granicus.if.org Git - vim/commit
patch 9.0.1380: CTRL-X on 2**64 subtracts two v9.0.1380
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Mar 2023 20:47:39 +0000 (20:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Mar 2023 20:47:39 +0000 (20:47 +0000)
commit5fb78c3fa5c996c08a65431d698bd2c251eef5c7
tree859712525dc94a60f02b27c38d23fdf7f3e96590
parent5284b23e148063648be0ff46c730ca574e3ca9fa
patch 9.0.1380: CTRL-X on 2**64 subtracts two

Problem:    CTRL-X on 2**64 subtracts two. (James McCoy)
Solution:   Correct computation for large number. (closes #12103)
12 files changed:
src/charset.c
src/ex_cmds.c
src/ex_getln.c
src/json.c
src/misc2.c
src/ops.c
src/option.c
src/proto/charset.pro
src/strings.c
src/testdir/test_increment.vim
src/typval.c
src/version.c