comparison 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
comparison
equal deleted inserted replaced
6076:827611a8802f 6077:255561411d7a
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 377,
737 /**/ 739 /**/
738 376, 740 376,
739 /**/ 741 /**/
740 375, 742 375,
741 /**/ 743 /**/