File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2197,12 +2197,12 @@ check_fontset_sanity(fs)
21972197 if ( xfs [i ]-> max_bounds .width != 2 * min_width
21982198 && xfs [i ]-> max_bounds .width != min_width )
21992199 {
2200- EMSG2 (_ ("E253: Fontset name: %s\n " ), base_name );
2201- EMSG2 (_ ("Font0: %s\n " ), font_name [min_font_idx ]);
2202- EMSG2 (_ ("Font1: %s\n " ), font_name [i ]);
2203- EMSGN (_ ("Font%ld width is not twice that of font0\n " ), i );
2204- EMSGN (_ ("Font0 width: %ld\n " ), xfs [min_font_idx ]-> max_bounds .width );
2205- EMSGN (_ ("Font1 width: %ld\n\n " ), xfs [i ]-> max_bounds .width );
2200+ EMSG2 (_ ("E253: Fontset name: %s" ), base_name );
2201+ EMSG2 (_ ("Font0: %s" ), font_name [min_font_idx ]);
2202+ EMSG2 (_ ("Font1: %s" ), font_name [i ]);
2203+ EMSGN (_ ("Font%ld width is not twice that of font0" ), i );
2204+ EMSGN (_ ("Font0 width: %ld" ), xfs [min_font_idx ]-> max_bounds .width );
2205+ EMSGN (_ ("Font1 width: %ld" ), xfs [i ]-> max_bounds .width );
22062206 return FAIL ;
22072207 }
22082208 }
Original file line number Diff line number Diff line change @@ -728,6 +728,8 @@ static char *(features[]) =
728728
729729static int included_patches [] =
730730{ /* Add new patch number below this line */
731+ /**/
732+ 1188 ,
731733/**/
732734 1187 ,
733735/**/
You can’t perform that action at this time.
0 commit comments