commit | 9f62ea01a08e69f44050f59469a0e64beddefac0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 13:07:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 13:07:03 2022 +0100 |
tree | 845ef80a2628569084cf289aa1ed569b16ecaeee | |
parent | 605d02a9b73cb49ac5022a127db3eac7e16a5d83 [diff] [blame] |
patch 9.0.0794: there is no way to find out if modifyOtherKeys has been seen Problem: There is no way to find out if an escape sequence with modifyOtherKeys has been seen. Solution: Add a notice with ":verbose map".
diff --git a/src/version.c b/src/version.c index 6d9d87c..a143f0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 794, +/**/ 793, /**/ 792,