commit | 3d6db1467b9c3737fcf61e03209f2ffcea5a4bca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 28 21:49:32 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 28 21:49:32 2014 +0100 |
tree | 73a70078ba31991c031aabcb4e9d5f3f5721e3b6 | |
parent | 76f3b1ad77188182e3c924d1e70269c171b9ecc5 [diff] [blame] |
updated for version 7.4.226 Problem: Cursurline highlighting not redrawn when scrolling. (John Marriott) Solution: Check for required redraw in two places.
diff --git a/src/version.c b/src/version.c index 188ad74..06cc7f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 226, +/**/ 225, /**/ 224,