comparison runtime/doc/usr_41.txt @ 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 d8fc1effa724
children d914a3812d5b
comparison
equal deleted inserted replaced
30229:e6eacc33ab92 30230:aad84f731ef9
735 escape() escape characters in a string with a '\' 735 escape() escape characters in a string with a '\'
736 shellescape() escape a string for use with a shell command 736 shellescape() escape a string for use with a shell command
737 fnameescape() escape a file name for use with a Vim command 737 fnameescape() escape a file name for use with a Vim command
738 tr() translate characters from one set to another 738 tr() translate characters from one set to another
739 strtrans() translate a string to make it printable 739 strtrans() translate a string to make it printable
740 keytrans() translate internal keycodes to a form that
741 can be used by |:map|
740 tolower() turn a string to lowercase 742 tolower() turn a string to lowercase
741 toupper() turn a string to uppercase 743 toupper() turn a string to uppercase
742 charclass() class of a character 744 charclass() class of a character
743 match() position where a pattern matches in a string 745 match() position where a pattern matches in a string
744 matchend() position where a pattern match ends in a string 746 matchend() position where a pattern match ends in a string