1
0
forked from aniani/vim

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".
This commit is contained in:
Bram Moolenaar
2022-10-19 13:07:03 +01:00
parent 605d02a9b7
commit 9f62ea01a0
3 changed files with 70 additions and 41 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
794,
/**/
793,
/**/