]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1511: tests: two edit tests change v:testing from 1 to 0 v9.1.1511
authorzeertzjq <zeertzjq@outlook.com>
Sat, 5 Jul 2025 13:39:56 +0000 (15:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 5 Jul 2025 13:39:56 +0000 (15:39 +0200)
commit96076bf41e0163cd61ca738b352896d450ee3636
tree0ac557281f5424a478ecb8513a3fb5cc1731cf59
parent5e34eec6f83222b1aa55c19d5f8f657d76d39121
patch 9.1.1511: tests: two edit tests change v:testing from 1 to 0

Problem:  tests: two edit tests change v:testing from 1 to 0.
Solution: Don't change v:testing in these two tests, since it's already
          set to 1 in runtest.vim (zeertzjq).

closes: #17660

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