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, /**/