commit | ab984db2969c3f522eb4da694a954cbe6cec7797 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 16:29:10 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 16:29:10 2012 +0200 |
tree | ae13117b636e0f0fda0ca9c33c9275acc7dcf6ba | |
parent | 08bc274e88b32848b592d34600d51c8784357f3e [diff] [blame] |
updated for version 7.3.543 Problem: The cursor is in the wrong line after using ":copen". (John Beckett) Solution: Invoke more drastic redraw method.
diff --git a/src/version.c b/src/version.c index 73bf3ee..9a573a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 543, +/**/ 542, /**/ 541,