]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1496: test restoring register with wrong value v9.0.1496
authorzeertzjq <zeertzjq@outlook.com>
Fri, 28 Apr 2023 17:44:50 +0000 (18:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Apr 2023 17:44:50 +0000 (18:44 +0100)
Problem:    Test restoring register with wrong value.
Solution:   Correct name of variable. (closes #12310)

src/testdir/test_termcodes.vim
src/version.c

index 8e8be02cb20ff6478f11c7a5bf30b9e6de81be3d..7e450d998db7dfcc0636628c6adb1719c12238ab 100644 (file)
@@ -266,7 +266,7 @@ func Test_term_mouse_middle_click()
   let &ttymouse = save_ttymouse
   call test_override('no_query_mouse', 0)
   let @* = save_quotestar
-  let @+ = save_quotestar
+  let @+ = save_quoteplus
   bwipe!
 endfunc
 
index 96e26110c1f6e7116a7b3de07442c811775c5503..331d6c99f4e1073c7854f4e7560e68b4573d3d25 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1496,
 /**/
     1495,
 /**/