Mercurial > vim
changeset 30230:aad84f731ef9
Add missing part of patch
Commit: https://github.com/vim/vim/commit/7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 12 15:16:29 2022 +0100
Add missing part of patch
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 12 Sep 2022 16:30:03 +0200 |
parents | e6eacc33ab92 |
children | 0d084880276a |
files | runtime/doc/usr_41.txt |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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