commit | 4654d63dec03650825875006c06bb0b0ae43283f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 22:05:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 22:05:12 2022 +0000 |
tree | 7b71376d5911e3a4d9a22724e320b4761f690eaa | |
parent | 75ac25b4967cdcdfdf2d6c086a6e2308868c280a [diff] [blame] |
patch 9.0.0899: the builtin terminals are in one long list Problem: The builtin terminals are in one long list. Solution: Refactor into multiple lists and an index of the lists.
diff --git a/src/version.c b/src/version.c index 575f8d9..6eadf68 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 899, +/**/ 898, /**/ 897,