diff src/version.c @ 5786:71b165a378ad v7.4.237

updated for version 7.4.237 Problem: When some patches was not included has("patch-7.4.123") may return true falsely. Solution: Check for the specific patch number.
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 12:12:08 +0200
parents a44087db7238
children 410ef4f1a3d2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    237,
+/**/
     236,
 /**/
     235,