Skip to content

Commit

Permalink
patch 9.0.1496: test restoring register with wrong value
Browse files Browse the repository at this point in the history
Problem:    Test restoring register with wrong value.
Solution:   Correct name of variable. (closes #12310)
  • Loading branch information
zeertzjq authored and brammool committed Apr 28, 2023
1 parent 660eb9f commit 0b933c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_termcodes.vim
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1496,
/**/
1495,
/**/
Expand Down

0 comments on commit 0b933c3

Please sign in to comment.