Patch 8.2.4522 (after 8.2.4492)
Problem: GUI test fails with Motif. (Dominique Pellé)
Solution: Remove using an invalid value for 'guifontset'.
Files: src/testdir/test_gui.vim
*** ../vim-8.2.4521/src/testdir/test_gui.vim 2022-01-31 17:39:45.394105533
+0000
--- src/testdir/test_gui.vim 2022-03-06 22:18:02.230677490 +0000
***************
*** 549,556 ****
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=
--- 549,554 ----
*** ../vim-8.2.4521/src/version.c 2022-03-06 20:46:55.704626922 +0000
--- src/version.c 2022-03-06 22:21:11.650866941 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4522,
/**/
--
hundred-and-one symptoms of being an internet addict:
182. You may not know what is happening in the world, but you know
every bit of net-gossip there is.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220306222201.772A31C042A%40moolenaar.net.