Skip to content

Commit

Permalink
patch 8.2.4522: GUI test fails with Motif
Browse files Browse the repository at this point in the history
Problem:    GUI test fails with Motif. (Dominique Pellé)
Solution:   Remove using an invalid value for 'guifontset'.
  • Loading branch information
brammool committed Mar 6, 2022
1 parent 936dc60 commit 88dd652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/testdir/test_gui.vim
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,6 @@ func Test_set_guifontwide()
catch
call assert_exception('E598:')
endtry
" Set it to an invalid value brutally for preparation.
let &guifontset = '-*-notexist-*'

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

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

0 comments on commit 88dd652

Please sign in to comment.