From: Christian Brabandt Date: Mon, 17 Feb 2025 21:26:00 +0000 (+0100) Subject: patch 9.1.1120: tests: Test_registers fails X-Git-Tag: v9.1.1120^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c1c04ddb000bd03c6e8851dcdef07fd8c329ff;p=thirdparty%2Fvim.git patch 9.1.1120: tests: Test_registers fails Problem: tests: Test_registers fails (T.J. Townsend, after v9.1.1115) Solution: require clipboard feature Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_registers.vim b/src/testdir/test_registers.vim index 1312702266..ee59ecb304 100644 --- a/src/testdir/test_registers.vim +++ b/src/testdir/test_registers.vim @@ -1104,6 +1104,7 @@ endfunc " This caused use-after-free func Test_register_redir_display() + CheckFeature clipboard " don't touch the clipboard, so only perform this, when the clipboard is not working if has("clipboard_working") throw "Skipped: skip touching the clipboard register!" diff --git a/src/version.c b/src/version.c index 7ba180e30e..33562db965 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1120, /**/ 1119, /**/