comparison src/version.c @ 6052:4625fa27ba6f v7.4.365

updated for version 7.4.365 Problem: Crash when using ":botright split" when there isn't much space. Solution: Add a check for the minimum width/height. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 14:16:46 +0200
parents 7b3248267575
children ad775b587065
comparison
equal deleted inserted replaced
6051:0efec12f52ac 6052:4625fa27ba6f
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 365,
737 /**/ 739 /**/
738 364, 740 364,
739 /**/ 741 /**/
740 363, 742 363,
741 /**/ 743 /**/