]> granicus.if.org Git - vim/commitdiff
patch 8.2.4522: GUI test fails with Motif v8.2.4522
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Mar 2022 22:21:37 +0000 (22:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Mar 2022 22:21:37 +0000 (22:21 +0000)
Problem:    GUI test fails with Motif. (Dominique PellĂ©)
Solution:   Remove using an invalid value for 'guifontset'.

src/testdir/test_gui.vim
src/version.c

index 61451bc3ee3c95df161eeb5da62c1a4f2baaf57a..ca81ffa4b3a8fbcc0ee7a2a03955b7ae6936075c 100644 (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=
index c53f4d87f2bc7f3801ae54b93bc8471c05a30064..aa027a9dd56ab7f811bdb49222cbff72d5276e35 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4522,
 /**/
     4521,
 /**/