# HG changeset patch # User Bram Moolenaar # Date 1662993003 -7200 # Node ID aad84f731ef9efe240bbada29a76e10109682278 # Parent e6eacc33ab927ad3fb03dd93f07b15dc81ac7a5c Add missing part of patch Commit: https://github.com/vim/vim/commit/7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc Author: Bram Moolenaar Date: Mon Sep 12 15:16:29 2022 +0100 Add missing part of patch diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -737,6 +737,8 @@ String manipulation: *string-functio 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