]> granicus.if.org Git - vim/commit
patch 8.2.4551: when mapping <Esc> terminal codes are not recognized v8.2.4551
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Mar 2022 13:48:39 +0000 (13:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Mar 2022 13:48:39 +0000 (13:48 +0000)
commitbbf84e2737daf3479e059dc7e7da0c50a07a4bf4
tree80ad31a06acef5745f0d4e11259784c5d52d56ae
parent5b4f8a0e8476d57ee8a48e45171d19c1d2b4154e
patch 8.2.4551: when mapping <Esc> terminal codes are not recognized

Problem:    When mapping <Esc> terminal codes are not recognized.
Solution:   Specifically recognize a mapping with just <Esc> and check for
            terminal codes even though there is no partial mapping.
            (closes #9903)
src/getchar.c
src/testdir/test_termcodes.vim
src/version.c