]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0577: Unnecessary checks for v:sizeoflong in test_put.vim v9.1.0577
authorzeertzjq <zeertzjq@outlook.com>
Sat, 13 Jul 2024 16:59:47 +0000 (18:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Jul 2024 16:59:47 +0000 (18:59 +0200)
commit69a28f6c0861523b1a9c565b3c882f439ae73ef4
treed8518423c953dd7d08dd64685ca8650f92e6090d
parent71de259e7835b627b519b46fd729b84180548e54
patch 9.1.0577: Unnecessary checks for v:sizeoflong in test_put.vim

Problem:  Unnecessary checks for v:sizeoflong in test_put.vim.  They are
          no longer necessary as patch 8.2.3661 has changed the count to
          be within 32-bit integer limit.
Solution: Remove the checks (zeertzjq).

closes: #15239

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_put.vim
src/version.c