commit | b851a96d5c201291d9e955afaf55979b3e410f9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 31 15:45:52 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 31 15:45:52 2014 +0100 |
tree | cf34aaf349e9afa3e1cc24c5a31d9d241d3c004f | |
parent | 6a64365c952895ecc2219b303d9bf64dabf8f2e7 [diff] [blame] |
updated for version 7.4.491 Problem: When winrestview() has a negative "topline" value there are display errors. Solution: Correct a negative value to 1. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 3fc09c8..71258da 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 491, +/**/ 490, /**/ 489,