diff src/version.c @ 6100:76e7fb736c0e v7.4.388

updated for version 7.4.388 Problem: With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jul 2014 16:44:22 +0200
parents 975d96776111
children 3d206df5c828
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    388,
+/**/
     387,
 /**/
     386,