commit | b4d213551848414c29eb8d84394c1297a080e7a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 14:16:46 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 14:16:46 2014 +0200 |
tree | 28ae614e9d4e96fd8676c1d123af10a392b57ad9 | |
parent | db6ea063352ec1c88c7bc0839fa2bf75bae56cf0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0bfd039..50ba9d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 365, +/**/ 364, /**/ 363,