commit | 4457e1d98f78152311495b1aff6169383d330a75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 15 22:46:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 15 22:46:44 2020 +0200 |
tree | dc7ab06408decfe3eaafd87ecb6d4a3e24ceb24e | |
parent | 76cb68309794def0fa7d1f2f72dd694b822186a5 [diff] [blame] |
patch 8.2.0763: GUI test fails without the terminal feature Problem: GUI test fails without the terminal feature. Solution: Check the terminal feature is supported. (Ken Takata, closes #6084)
diff --git a/src/version.c b/src/version.c index 90773d3..94db9b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 763, +/**/ 762, /**/ 761,