Skip to content

Commit 32080ba

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents fd5b06f + 73a733e commit 32080ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/os_mswin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,8 +2703,8 @@ quality_pairs[] = {
27032703
#ifdef ANTIALIASED_QUALITY
27042704
{"ANTIALIASED", ANTIALIASED_QUALITY},
27052705
#endif
2706-
#ifdef NOANTIALIASED_QUALITY
2707-
{"NOANTIALIASED", NOANTIALIASED_QUALITY},
2706+
#ifdef NONANTIALIASED_QUALITY
2707+
{"NONANTIALIASED", NONANTIALIASED_QUALITY},
27082708
#endif
27092709
#ifdef PROOF_QUALITY
27102710
{"PROOF", PROOF_QUALITY},

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ static char *(features[]) =
768768

769769
static int included_patches[] =
770770
{ /* Add new patch number below this line */
771+
/**/
772+
1830,
771773
/**/
772774
1829,
773775
/**/

0 commit comments

Comments
 (0)