commit | 4aecaa168e90cf28da7a6facea6b11ae250a8a18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 18 17:20:25 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 18 17:20:25 2023 +0000 |
tree | 143dc9a04ee3b137dfbcfcc34a0ead05e76bc248 | |
parent | 4219698603f45bb710435f4c4fd8e03428aa2380 [diff] [blame] |
patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers Problem: Termcap/terminfo entries do not indicate where modifiers might appear. Solution: Add ";*" for function keys where modifiers are likely to be used.
diff --git a/src/version.c b/src/version.c index 1117488..9bfbe4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1220, +/**/ 1219, /**/ 1218,