commit | 3f9be97015e2ba4cb6d6654117745d912ec59287 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 21:09:57 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 21:09:57 2014 +0100 |
tree | 70859127007bebb9ca2d8951d908c524206df172 | |
parent | ddfb92548044d27318294c1c931aab2188580546 [diff] [blame] |
updated for version 7.4.550 Problem: curs_rows() function is always called with the second argument false. Solution: Remove the argument. (Christian Brabandt) validate_botline_win() can then also be removed.
diff --git a/src/version.c b/src/version.c index 1c6bbbd..32fb731 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 550, +/**/ 549, /**/ 548,