diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-12 15:16:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-12 15:16:29 +0100 |
commit | 7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc (patch) | |
tree | 6511a6993d1b8fbc6bba493191ae6f39af5eb483 /runtime | |
parent | cd2d5c181a0b91585a591bc9d2c0438937f19814 (diff) | |
download | vim-git-7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc.tar.gz |
Add missing part of patch
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/usr_41.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |