From: Bram Moolenaar Date: Mon, 12 Sep 2022 14:16:29 +0000 (+0100) Subject: Add missing part of patch X-Git-Tag: v9.0.0451~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc;p=vim Add missing part of patch --- diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index e2d32f94f..e2d5cfe68 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -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