patch 9.1.1120: tests: Test_registers fails
Commit:
https://github.com/vim/vim/commit/44c1c04ddb000bd03c6e8851dcdef07fd8c329ff
Author: Christian Brabandt <[email protected]>
Date: Mon Feb 17 22:26:00 2025 +0100
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 <[email protected]>
diff --git a/src/testdir/test_registers.vim b/src/testdir/test_registers.vim
index 131270226..ee59ecb30 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 7ba180e30..33562db96 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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1tk8gl-00Eu1i-85%40256bit.org.