]> granicus.if.org Git - vim/commit
patch 9.0.0794: there is no way to find out if modifyOtherKeys has been seen v9.0.0794
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Oct 2022 12:07:03 +0000 (13:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Oct 2022 12:07:03 +0000 (13:07 +0100)
commit9f62ea01a08e69f44050f59469a0e64beddefac0
tree845ef80a2628569084cf289aa1ed569b16ecaeee
parent605d02a9b73cb49ac5022a127db3eac7e16a5d83
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".
runtime/doc/map.txt
src/map.c
src/version.c