mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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 #4434)
This commit is contained in:
parent
51e14387f1
commit
a5e44600eb
@ -162,7 +162,7 @@ func Test_recording_esc_sequence()
|
|||||||
call assert_equal(['Quirk', 'Test', 'Quirk', 'Test'], getline(1, 4))
|
call assert_equal(['Quirk', 'Test', 'Quirk', 'Test'], getline(1, 4))
|
||||||
bwipe!
|
bwipe!
|
||||||
if exists('save_F2')
|
if exists('save_F2')
|
||||||
let t_F2 = save_F2
|
let &t_F2 = save_F2
|
||||||
else
|
else
|
||||||
set t_F2=
|
set t_F2=
|
||||||
endif
|
endif
|
||||||
|
@ -767,6 +767,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1394,
|
||||||
/**/
|
/**/
|
||||||
1393,
|
1393,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user