diff options
author | Daniel Steinberg <dstein64@users.noreply.github.com> | 2022-01-12 15:23:04 -0500 |
---|---|---|
committer | Daniel Steinberg <dstein64@users.noreply.github.com> | 2022-01-29 15:19:30 -0500 |
commit | 7b3cfee98236095d7af305019298e1479d4feae6 (patch) | |
tree | 0eefbb1775d299a8b236025b9befee8e316111dd | |
parent | a94632d2126823bcd593f4cdd5a41aaff197b291 (diff) | |
download | rneovim-7b3cfee98236095d7af305019298e1479d4feae6.tar.gz rneovim-7b3cfee98236095d7af305019298e1479d4feae6.tar.bz2 rneovim-7b3cfee98236095d7af305019298e1479d4feae6.zip |
vim-patch:partial:04fb916
Update runtime files
https://github.com/vim/vim/commit/04fb916684829f6aa12f33f14d0d0023b458f200
-rw-r--r-- | runtime/doc/usr_41.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 66030eef0d..5dde170a12 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -549,7 +549,7 @@ A "&" character is prepended to "path", thus the argument to eval() is Vim defines many functions and provides a large amount of functionality that way. A few examples will be given in this section. You can find the whole -list here: |functions|. +list below: |function-list|. A function is called with the ":call" command. The parameters are passed in between parentheses separated by commas. Example: > @@ -588,8 +588,8 @@ after the substitute() call. FUNCTIONS *function-list* There are many functions. We will mention them here, grouped by what they are -used for. You can find an alphabetical list here: |functions|. Use CTRL-] on -the function name to jump to detailed help on it. +used for. You can find an alphabetical list here: |builtin-function-list|. +Use CTRL-] on the function name to jump to detailed help on it. String manipulation: *string-functions* nr2char() get a character by its number value |