diff src/version.c @ 6199:b98af9af378e v7.4.435

updated for version 7.4.435 Problem: Line formatting behaves differently when 'linebreak' is set. (mvxxc) Solution: Disable 'linebreak' temporarily. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 16:32:39 +0200
parents 4176c48c7dd5
children 52fa8300ce20
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    435,
+/**/
     434,
 /**/
     433,