commit | 0f5575d0a7316a9c9a4b02df3372a07514cd8f26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 30 21:18:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 30 21:18:03 2021 +0200 |
tree | b3f9693ad3cb4a28b551e2097ae3e14ebd3119f5 | |
parent | 1790be6cb6f2edfd8a833dd848b8df02cef599cf [diff] [blame] |
patch 8.2.3251: listing builtin_gui as an available terminal is confusing Problem: Listing builtin_gui as an available terminal is confusing. Solution: Do not list builtin_gui. (Christian Brabandt, closes #8669, closes #8661)
diff --git a/src/version.c b/src/version.c index f324f3d..046d1e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3251, +/**/ 3250, /**/ 3249,