]> granicus.if.org Git - vim/commitdiff
Add missing part of patch
authorBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2022 14:16:29 +0000 (15:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2022 14:16:29 +0000 (15:16 +0100)
runtime/doc/usr_41.txt

index e2d32f94fc40029054b2e73b6c18ee0e40b374bc..e2d5cfe68d25d3bfbac226921a119b87ee8873ff 100644 (file)
@@ -737,6 +737,8 @@ String manipulation:                                        *string-functions*
        fnameescape()           escape a file name for use with a Vim command
        tr()                    translate characters from one set to another
        strtrans()              translate a string to make it printable
+       keytrans()              translate internal keycodes to a form that
+                               can be used by |:map|
        tolower()               turn a string to lowercase
        toupper()               turn a string to uppercase
        charclass()             class of a character