diff src/version.c @ 5824:5595506b985a v7.4.255

updated for version 7.4.255 Problem: Configure check for smack doesn't work with all shells. (David Larson) Solution: Remove spaces in set command.
author Bram Moolenaar <bram@vim.org>
date Thu, 10 Apr 2014 20:00:15 +0200
parents 251acc686ca4
children afb542ea210c
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 */
 /**/
+    255,
+/**/
     254,
 /**/
     253,