commit | cdc839353f68ca43db6446e1b727fc7ba657b738 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Sep 12 13:38:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 13:38:41 2022 +0100 |
tree | 0729860faa774e594b183ce0823ae23776b92701 | |
parent | 5a4eb55122e45444d3a6c56ce108ce29bc8e52ab [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2764ad9..3633b19 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 449, +/**/ 448, /**/ 447,