mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.1394: not restoring t_F2 in registers test
Problem: Not restoring t_F2 in registers test.
Solution: Assign to &t_F2 instead of t_F2. (Andy Massimino, closes vim/vim#4434)
a5e44600eb
This commit is contained in:
parent
c53e78e125
commit
00e882e6f6
@ -79,6 +79,6 @@ func Test_recording_esc_sequence()
|
||||
call assert_equal(['Quirk', 'Test', 'Quirk', 'Test'], getline(1, 4))
|
||||
bwipe!
|
||||
if exists('save_F2')
|
||||
let t_F2 = save_F2
|
||||
let &t_F2 = save_F2
|
||||
endif
|
||||
endfunc
|
||||
|
Loading…
Reference in New Issue
Block a user