]> granicus.if.org Git - vim/commit
patch 9.0.0449: there is no easy way to translate a key code into a string v9.0.0449
authorzeertzjq <zeertzjq@outlook.com>
Mon, 12 Sep 2022 12:38:41 +0000 (13:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2022 12:38:41 +0000 (13:38 +0100)
commitcdc839353f68ca43db6446e1b727fc7ba657b738
tree0729860faa774e594b183ce0823ae23776b92701
parent5a4eb55122e45444d3a6c56ce108ce29bc8e52ab
patch 9.0.0449: there is no easy way to translate a key code into a string

Problem:    There is no easy way to translate a string with a key code into a
            readable string.
Solution:   Add the keytrans() function. (closes #11114)
runtime/doc/builtin.txt
src/evalfunc.c
src/map.c
src/menu.c
src/message.c
src/option.c
src/proto/message.pro
src/testdir/test_functions.vim
src/version.c