diff src/version.c @ 3294:e7e4dbac7ded v7.3.415

updated for version 7.3.415 Problem: Completion of functions stops once a dictionary is encountered. (James McCoy) Solution: Return an empty string instead of NULL.
author Bram Moolenaar <bram@vim.org>
date Thu, 26 Jan 2012 14:32:30 +0100
parents c7861dd3b593
children 22a626604672
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    415,
+/**/
     414,
 /**/
     413,