summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-01-20 13:28:34 +0100
committerBram Moolenaar <Bram@vim.org>2012-01-20 13:28:34 +0100
commit8f55d103dbc38b490705617df4380cdfbd60db50 (patch)
tree38302ff6ffa86360f8699ce23b311eb4009d4307 /src/version.c
parent309cbc3840045f246b0b858e4013b2ed170c1c46 (diff)
updated for version 7.3.402v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4169c3ef05..7aa17efe16 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 402,
+/**/
401,
/**/
400,