We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dded8 commit a9f8ffbCopy full SHA for a9f8ffb
src/testdir/test_gui.vim
@@ -41,7 +41,7 @@ func Test_getfontname_with_arg()
41
call assert_equal('', getfontname('notexist'))
42
43
" Valid font name. This is usually the real name of 7x13 by default.
44
- let l:fname = '-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1'
+ let l:fname = '-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1'
45
call assert_equal(l:fname, getfontname(l:fname))
46
47
elseif has('gui_gtk2') || has('gui_gnome') || has('gui_gtk3')
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 318,
769
/**/
770
317,
771
0 commit comments