mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
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:
@@ -230,7 +230,7 @@ static int included_patches[] = {
|
||||
368,
|
||||
367,
|
||||
//366,
|
||||
//365,
|
||||
365,
|
||||
//364,
|
||||
//363,
|
||||
362,
|
||||
|
Reference in New Issue
Block a user