commit | e46a2ed0d8471b93a8b9edd98280d5de4a02c623 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 21:04:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 21:04:57 2020 +0200 |
tree | e681ec13540558f2c1a28742dbeddd57dbfcb875 | |
parent | ecd34bf55d72f530859e290ac02ee41f9fb27cce [diff] [blame] |
patch 8.2.1363: test trying to run terminal when it is not supported Problem: Test trying to run terminal when it is not supported. Solution: Check if Vim can be run in a terminal.
diff --git a/src/version.c b/src/version.c index 251a594..376c8fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1363, +/**/ 1362, /**/ 1361,