commit | 5b14f89164fa2f40f52283226c98005887568317 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 15:43:05 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 15:43:05 2015 +0200 |
tree | 87d9743970b06a295154ee3bf7875388bd8d7d67 | |
parent | bbc1a592a0e0efd5101a58032e7e7cc9f3e9f417 [diff] [blame] |
patch 7.4.706 Problem: Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) Solution: Set the status height a bit later. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 0b2d6fe..b6676b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 706, +/**/ 705, /**/ 704,