diff src/version.c @ 3292:c7861dd3b593 v7.3.414

updated for version 7.3.414 Problem: Using CTRL-A on "000" drops the leading zero, while on "001" it doesn't. Solution: Detect "000" as an octal number. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Thu, 26 Jan 2012 13:40:08 +0100
parents 821c8be2e9d6
children e7e4dbac7ded
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 */
 /**/
+    414,
+/**/
     413,
 /**/
     412,