diff options
author | André Twupack <atwupack@mailbox.org> | 2014-09-15 22:59:52 +0200 |
---|---|---|
committer | André Twupack <atwupack@mailbox.org> | 2014-09-18 22:31:01 +0200 |
commit | 781d129445dbd1ded68788413aefa226eb60d382 (patch) | |
tree | fef7566f4bdb0e91063063a23313368e657e712e /src/nvim/version.c | |
parent | 16fb7fa960ad7ed794a1105d164e1f9d3c6abb87 (diff) | |
download | rneovim-781d129445dbd1ded68788413aefa226eb60d382.tar.gz rneovim-781d129445dbd1ded68788413aefa226eb60d382.tar.bz2 rneovim-781d129445dbd1ded68788413aefa226eb60d382.zip |
vim-patch: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)
https://code.google.com/p/vim/source/detail?r=v7-4-372
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 7d4b4a4ea2..27f9e99dcf 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -223,7 +223,7 @@ static int included_patches[] = { //375, //374, //373 NA - //372, + 372, 371, 370, 369, |