0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 9.0.1496: test restoring register with wrong value

Problem:    Test restoring register with wrong value.
Solution:   Correct name of variable. (closes #12310)
This commit is contained in:
zeertzjq 2023-04-28 18:44:50 +01:00 committed by Bram Moolenaar
parent 660eb9f9db
commit 0b933c331d
2 changed files with 3 additions and 1 deletions

View 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

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1496,
/**/
1495,
/**/