changeset 27994:c6789534b255 v8.2.4522

patch 8.2.4522: GUI test fails with Motif Commit: https://github.com/vim/vim/commit/88dd6523fa86760a8f014ea16c3bb882db9bba07 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 22:21:37 2022 +0000 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'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Mar 2022 23:30:03 +0100
parents cfe959a484c9
children 862017450170
files src/testdir/test_gui.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_gui.vim
+++ b/src/testdir/test_gui.vim
@@ -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=
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4522,
+/**/
     4521,
 /**/
     4520,