commit | 594f9e09cd68e6277b8aa08094405bc642c5792a | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Fri Sep 16 12:52:58 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 12:52:58 2022 +0100 |
tree | 108b28b300454e9269ff35530f8047fc0fc30399 | |
parent | 3e8b7a6056986caf561f1b6168af7837919df9b9 [diff] [blame] |
patch 9.0.0478: test for 'splitscroll' takes too much time Problem: Test for 'splitscroll' takes too much time. Solution: Only test some of the combinations. (Luuk van Baal, closes #11139)
diff --git a/src/version.c b/src/version.c index 6155446..b45a691 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 478, +/**/ 477, /**/ 476,