forked from aniani/vim
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user