aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-06-10 08:40:32 +0200
committerGitHub <noreply@github.com>2022-06-10 08:40:32 +0200
commit6eaf10502c99e96704daa07987f73658d6c4d68a (patch)
tree9ff5ff7b9d80392ee2ab5302a6d46c8daf5d8e22 /runtime/doc
parent58323b1fe2e494cf6a75f108780e21c08996c08e (diff)
downloadrneovim-6eaf10502c99e96704daa07987f73658d6c4d68a.tar.gz
rneovim-6eaf10502c99e96704daa07987f73658d6c4d68a.tar.bz2
rneovim-6eaf10502c99e96704daa07987f73658d6c4d68a.zip
vim-patch:partial:63f32603789d (#18916)
Update runtime files https://github.com/vim/vim/commit/63f32603789d1a27c559fc440325955fd0b8b500 skip translations skip user manual rewrite
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/usr_41.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 7fbe88711d..9af65343ef 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -157,7 +157,7 @@ cannot start with a digit. Valid variable names are:
FuncLength
LENGTH
-Invalid names are "foo+bar" and "6var".
+Invalid names are "foo.bar" and "6var".
These variables are global. To see a list of currently defined variables
use this command: >
@@ -581,7 +581,7 @@ statements is equal to: >
:substitute/\a/*/g
-Using the functions becomes more interesting when you do more work before and
+Using the functions becomes interesting when you do more work before and
after the substitute() call.