diff src/version.c @ 3168:6672b1645306 v7.3.354

updated for version 7.3.354 Problem: ":set backspace+=eol" doesn't work when 'backspace' has a backwards compatible value of 2. Solution: Convert the number to a string. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 11:15:47 +0100
parents 12bb368fef2c
children d2f70593afeb
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 */
 /**/
+    354,
+/**/
     353,
 /**/
     352,