commit | 87202264f8e27f084c0e58f98aeb27fa5c6d5251 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 24 17:23:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 24 17:23:45 2020 +0200 |
tree | 759227c129d05bbc533dc54554258a9f303ada5f | |
parent | 9c65253fe702ea010afec11aa971acd542c35de2 [diff] [blame] |
patch 8.2.0816: terminal test fails when compiled with Athena Problem: Terminal test fails when compiled with Athena. Solution: Do give an error when the GUI is not running. (hint by Dominique Pelle, closes #5928, closes #6132)
diff --git a/src/version.c b/src/version.c index 543f5a8..f2afc0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 816, +/**/ 815, /**/ 814,