]> granicus.if.org Git - vim/commitdiff
patch 7.4.1709 v7.4.1709
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Apr 2016 19:06:19 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Apr 2016 19:06:19 +0000 (21:06 +0200)
Problem:    Mistake in #ifdef.
Solution:   Change PROOF_QUALITY to DRAFT_QUALITY. (Ken Takata)

src/os_mswin.c
src/version.c

index 77582cc479d524ca73887d877d4c92f12070c435..f96e0a5f4e4a933f38c3cfc7009c9eba27431693 100644 (file)
@@ -2709,7 +2709,7 @@ quality_pairs[] = {
 #ifdef PROOF_QUALITY
     {"PROOF",          PROOF_QUALITY},
 #endif
-#ifdef PROOF_QUALITY
+#ifdef DRAFT_QUALITY
     {"DRAFT",          DRAFT_QUALITY},
 #endif
     {"DEFAULT",                DEFAULT_QUALITY},
index 2f365394f1360be392f0ada3c1085bfbf250604a..18a89e4a23bbc476eb6f85691582db6a65276d3e 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1709,
 /**/
     1708,
 /**/