vim-patch: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)

https://code.google.com/p/vim/source/detail?r=v7-4-365
This commit is contained in:
André Twupack
2014-09-13 19:57:57 +02:00
parent a447160a6c
commit 16fb7fa960
2 changed files with 17 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ static int included_patches[] = {
368,
367,
//366,
//365,
365,
//364,
//363,
362,