diff src/version.c @ 5790:98bfec9ea760 v7.4.239

updated for version 7.4.239 Problem: ":e +" does not position cursor at end of the file. Solution: Check for "+" being the last character (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 14:22:05 +0200
parents 410ef4f1a3d2
children 8d1ba0a23588
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 */
 /**/
+    239,
+/**/
     238,
 /**/
     237,