commit | c3e06e4bfa56714ff59423c2fb5868ae2334727b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 22:03:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 22:03:39 2022 +0000 |
tree | f786014884978cbb323a34c29d78a284fcf5fbef | |
parent | a787c24e009b46955fb03a1f51b745e5e9795b7b [diff] [blame] |
patch 9.0.0924: the first termcap entry of a builtin termcap is not used Problem: The first termcap entry of a builtin termcap is not used. Solution: Remove increment that was previously skipping the KS_NAME entry.
diff --git a/src/version.c b/src/version.c index cd2023c..cbc0554 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 924, +/**/ 923, /**/ 922,