commit | 194843028ed486366b89e8f7d3bdd611a11ce7b4 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon May 09 11:03:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 11:03:19 2022 +0100 |
tree | 7129bf6fc5fa4534a69674ddd825c0ab600d56dd | |
parent | b370771bffc8395204f53209b69e35dff95a9237 [diff] [blame] |
patch 8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes #10383)
diff --git a/src/version.c b/src/version.c index 9f72d7d..f2e0d31 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4923, +/**/ 4922, /**/ 4921,