commit | 1f538355db5c344fd55c32dcb45834649536eea1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 18:19:27 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 18:19:27 2014 +0200 |
tree | b91b50b9b06d4833e413b45a0325fbee7c5941c9 | |
parent | 5524aebf160ac3acef6daf5485c9adc3b5aca92f [diff] [blame] |
updated for version 7.4.372 Problem: When 'winminheight' is zero there might not be one line for the current window. Solution: Change the size computations. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 84bc24a..0a8607d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 372, +/**/ 371, /**/ 370,