1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-07-16 14:16:46 +02:00
parent db6ea06335
commit b4d2135518
2 changed files with 18 additions and 4 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
365,
/**/
364,
/**/