1
0
forked from aniani/vim

patch 7.4.1830

Problem:    non-antialiased misnamed.
Solution:   Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer,
            closes #793)
This commit is contained in:
Bram Moolenaar 2016-05-11 21:05:05 +02:00
parent de7eb0a47b
commit 73a733e08b
2 changed files with 4 additions and 2 deletions

View File

@ -2703,8 +2703,8 @@ quality_pairs[] = {
#ifdef ANTIALIASED_QUALITY #ifdef ANTIALIASED_QUALITY
{"ANTIALIASED", ANTIALIASED_QUALITY}, {"ANTIALIASED", ANTIALIASED_QUALITY},
#endif #endif
#ifdef NOANTIALIASED_QUALITY #ifdef NONANTIALIASED_QUALITY
{"NOANTIALIASED", NOANTIALIASED_QUALITY}, {"NONANTIALIASED", NONANTIALIASED_QUALITY},
#endif #endif
#ifdef PROOF_QUALITY #ifdef PROOF_QUALITY
{"PROOF", PROOF_QUALITY}, {"PROOF", PROOF_QUALITY},

View File

@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1830,
/**/ /**/
1829, 1829,
/**/ /**/