Hi
Attached patch fixes a few typos in help files
of vim-8.1.0001.
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index a66d997a9..c30aa33c0 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -999,7 +999,7 @@ it behaves in a strange way.
pointer instead of the cursor.
In the terminal this is the last known
position, which is usually at the last click
- or release (mouse movement is irrelevalt).
+ or release (mouse movement is irrelevant).
Example: >
:popup File
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 01c2d0e31..422f10028 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5187,7 +5187,7 @@ A jump table for the options with a short description can be found at |Q_op|.
more depth, set 'maxfuncdepth' to a bigger number. But this will use
more memory, there is the danger of failing when memory is exhausted.
Increasing this limit above 200 also changes the maximum for Ex
- command resursion, see |E169|.
+ command recursion, see |E169|.
See also |:function|.
*'maxmapdepth'* *'mmd'* *E223*
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index c0910634d..aa4683e31 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -21591,7 +21591,7 @@ Files: src/main.c
Patch 8.0.1158
Problem: Still old style tests.
-Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
+Solution: Convert several tests to new style. (Yegappan Lakshmanan)
Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms,
src/testdir/main.aap, src/testdir/test33.in,
src/testdir/test33.ok, src/testdir/test41.in,