commit | f65927fc8d0102ef2d0fea776381caedf4c51e32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 14:04:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 14:04:28 2020 +0200 |
tree | c1c83cb7e90bb9f8c507881d5339385e9ed40058 | |
parent | b074e8b8d4d3cefefc675dfaf3982d388ee07772 [diff] [blame] |
patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI Problem: Test_termwinscroll() sometimes hangs in the GUI. Solution: Skip the test in the GUI.
diff --git a/src/version.c b/src/version.c index c01d105..0d26814 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1179, +/**/ 1178, /**/ 1177,