commit | 586c70cdfede55a166e3564f1cb68a299d81987d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 16:23:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 16:23:58 2018 +0200 |
tree | e06b99bc5cb372212335dbee06976f6f0cb19417 | |
parent | 4f888757257795969f2ab2e6fc3544a5bef3cdea [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index c5153ec..717425a 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 447, +/**/ 446, /**/ 445,