diff src/version.c @ 6288:fcb898dea2bc v7.4.478

updated for version 7.4.478 Problem: Using byte length instead of character length for 'showbreak'. Solution: Compute the character length. (Marco Hinz)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Oct 2014 21:26:40 +0200
parents f21a2f67bdbb
children e0f2ed0efb49
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 */
 /**/
+    478,
+/**/
     477,
 /**/
     476,