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:
parent
660eb9f9db
commit
0b933c331d
@ -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
|
||||
|
||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1496,
|
||||
/**/
|
||||
1495,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user