diff src/version.c @ 6077:255561411d7a v7.4.377

updated for version 7.4.377 Problem: When 'equalalways' is set a split may report "no room" even though there is plenty of room. Solution: Compute the available room properly. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jul 2014 15:21:20 +0200
parents c3bb76e5b235
children 75ae211df37d
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 */
 /**/
+    377,
+/**/
     376,
 /**/
     375,