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:
parent
de7eb0a47b
commit
73a733e08b
@ -2703,8 +2703,8 @@ quality_pairs[] = {
|
||||
#ifdef ANTIALIASED_QUALITY
|
||||
{"ANTIALIASED", ANTIALIASED_QUALITY},
|
||||
#endif
|
||||
#ifdef NOANTIALIASED_QUALITY
|
||||
{"NOANTIALIASED", NOANTIALIASED_QUALITY},
|
||||
#ifdef NONANTIALIASED_QUALITY
|
||||
{"NONANTIALIASED", NONANTIALIASED_QUALITY},
|
||||
#endif
|
||||
#ifdef PROOF_QUALITY
|
||||
{"PROOF", PROOF_QUALITY},
|
||||
|
@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1830,
|
||||
/**/
|
||||
1829,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user