commit | 7b8db111e819bcb07cff6fc451584b0e3e0a49fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 21:10:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 21:10:25 2022 +0000 |
tree | 9fc38c6405910951e99b47cce3f05bff4706d107 | |
parent | 770713794a59f8f315f331025a15e3c25aa5ddfe [diff] [blame] |
patch 9.0.1117: terminfo entries for bracketed paste are not used Problem: Terminfo entries for bracketed paste are not used. Solution: Use the newly added terminfo entries for bracketed paste. Correct mixup of output strings and key codes.
diff --git a/src/version.c b/src/version.c index 429d76c..9c64a27 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1117, +/**/ 1116, /**/ 1115,