commit | cd2f8f0e0007bb77fc2035e6ad6227bb6661c612 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 03 21:18:14 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 03 21:18:14 2021 +0000 |
tree | 851e480b0b719bb2c84ac384f6da990e2f7149e4 | |
parent | 15a24f08987e3831be255333bb84b7bc9c00db24 [diff] [blame] |
patch 8.2.3732: "set! termcap" test fails Problem: "set! termcap" test fails. Solution: Account for keys without a t_xx entry.
diff --git a/src/version.c b/src/version.c index 5c822be..6fb7e78 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3732, +/**/ 3731, /**/ 3730,