commit | 7cc8ec47208f784418e40d1ede49c4aeb95b0b53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 20:59:31 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 20:59:31 2015 +0100 |
tree | 9015cfc2d8dd31630cf5de259c0423f3a98ca161 | |
parent | 3b3a9498d1eab3c28c524cce115160528a9a9297 [diff] [blame] |
updated for version 7.4.606 Problem: May crash when using a small window. Solution: Avoid dividing by zero. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 17e442f..72d85b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 606, +/**/ 605, /**/ 604,