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:
@@ -549,8 +549,6 @@ func Test_set_guifontwide()
|
|||||||
catch
|
catch
|
||||||
call assert_exception('E598:')
|
call assert_exception('E598:')
|
||||||
endtry
|
endtry
|
||||||
" Set it to an invalid value brutally for preparation.
|
|
||||||
let &guifontset = '-*-notexist-*'
|
|
||||||
|
|
||||||
" Case 2-1: Automatic selection
|
" Case 2-1: Automatic selection
|
||||||
set guifontwide=
|
set guifontwide=
|
||||||
|
@@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
4522,
|
||||||
/**/
|
/**/
|
||||||
4521,
|
4521,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user