diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim index 61451bc3e..ca81ffa4b 100644 --- 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= diff --git a/src/version.c b/src/version.c index c53f4d87f..aa027a9dd 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4522, /**/ 4521, /**/