Skip to content

Commit

Permalink
patch 8.2.4493: options test fails in the GUI
Browse files Browse the repository at this point in the history
Problem:    Options test fails in the GUI.
Solution:   Do not save and restore 'term'.
  • Loading branch information
brammool committed Mar 2, 2022
1 parent 8ccbbeb commit b9c5108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/testdir/gen_opt_test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let script = [
\ '',
\ 'let save_columns = &columns',
\ 'let save_lines = &lines',
\ 'let save_term = &term',
\ 'set t_WS=',
\ ]

Expand Down Expand Up @@ -224,7 +223,6 @@ while 1
endif
endwhile

call add(script, 'let &term = save_term')
call add(script, 'let &columns = save_columns')
call add(script, 'let &lines = save_lines')

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ static char *(features[]) =

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

0 comments on commit b9c5108

Please sign in to comment.