commit | 8f55d103dbc38b490705617df4380cdfbd60db50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 13:28:34 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 13:28:34 2012 +0100 |
tree | 38302ff6ffa86360f8699ce23b311eb4009d4307 | |
parent | 309cbc3840045f246b0b858e4013b2ed170c1c46 [diff] [blame] |
updated for version 7.3.402 Problem: When jumping to the first error a line of the buffer is sometimes redrawn on top of the list of errors. Solution: Do not call update_topline_redraw() if the display was scrolled up.
diff --git a/src/version.c b/src/version.c index 4169c3e..7aa17ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 402, +/**/ 401, /**/ 400,