0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.2.4522: GUI test fails with Motif

Problem:    GUI test fails with Motif. (Dominique Pellé)
Solution:   Remove using an invalid value for 'guifontset'.
This commit is contained in:
Bram Moolenaar
2022-03-06 22:21:37 +00:00
parent 936dc6014c
commit 88dd6523fa
2 changed files with 2 additions and 2 deletions

View File

@@ -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=

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4522,
/**/
4521,
/**/