]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0546: vim-tiny fails on CTRL-X/CTRL-A v9.1.0546
authorChristian Brabandt <cb@256bit.org>
Mon, 8 Jul 2024 19:12:55 +0000 (21:12 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Jul 2024 19:12:55 +0000 (21:12 +0200)
commit03acd4761be1c2766d3ec17534ea63cdf8dd565d
tree97167ec992f0bd60eac4b6704186c442d1cb2900
parentab03dd2085a37a62864cbf8616ebd52b8bbc3f6b
patch 9.1.0546: vim-tiny fails on CTRL-X/CTRL-A

Problem:  vim-tiny fails on CTRL-X/CTRL-A
          (Rob Foehl, after 9.1.0172)
Solution: Move #ifdefs, so that after changing the line in del_bytes,
          the cached textlen value is invalidated

closes: #15178

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/change.c
src/testdir/Make_all.mak
src/testdir/test28.in [new file with mode: 0644]
src/testdir/test28.ok [new file with mode: 0644]
src/version.c