diff src/version.c @ 14871:f20df682c8af v8.1.0447

patch 8.1.0447: GUI scrollbar test fails with Athena and Motif commit https://github.com/vim/vim/commit/586c70cdfede55a166e3564f1cb68a299d81987d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 16:23:58 2018 +0200 patch 8.1.0447: GUI scrollbar test fails with Athena and Motif Problem: GUI scrollbar test fails with Athena and Motif. Solution: When not using on-the-fly scrolling call normal_cmd().
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 16:30:05 +0200
parents 7f669f95356e
children a8ed1cb85859
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    447,
+/**/
     446,
 /**/
     445,