summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-05 13:26:55 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-05 13:26:55 +0100
commit6bb8c66c8ba9adca79c79797a587dc1fd939a784 (patch)
treea78d5f06a113f89c33afa06e9264e7e58a4ea154 /src/version.c
parentf0fab3046c2b5c4115979347464a802853011220 (diff)
patch 8.1.0996: a few screendump tests fail because of scrollingv8.1.0996
Problem: A few screendump tests fail because of scrolling. Solution: Update the screendumps.
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 70a43d52c9..e1c8c61da6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 996,
+/**/
995,
/**/
994,