Hi
Attached patch fixes a few typos in Vim-7.4.355 doc.
Regards
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 -r b8f703a4e55f runtime/doc/eval.txt
--- a/runtime/doc/eval.txt Fri Jul 04 16:43:17 2014 +0200
+++ b/runtime/doc/eval.txt Fri Jul 04 21:53:16 2014 +0200
@@ -5653,7 +5653,7 @@
The sort is stable, items which compare equal (as number or as
string) will keep their relative position. E.g., when sorting
- on numbers, text strings will sort next to eachother, in the
+ on numbers, text strings will sort next to each other, in the
same order as they were originally.
Also see |uniq()|.
diff -r b8f703a4e55f runtime/doc/insert.txt
--- a/runtime/doc/insert.txt Fri Jul 04 16:43:17 2014 +0200
+++ b/runtime/doc/insert.txt Fri Jul 04 21:53:16 2014 +0200
@@ -1302,7 +1302,7 @@
XHTML *ft-xhtml-omni*
CTRL-X CTRL-O provides completion of various elements of (X)HTML files. It is
-designed to support writing of XHTML 1.0 Strict files but will also works for
+designed to support writing of XHTML 1.0 Strict files but will also work for
other versions of HTML. Features:
- after "<" complete tag name depending on context (no div suggestion inside
diff -r b8f703a4e55f runtime/doc/usr_08.txt
--- a/runtime/doc/usr_08.txt Fri Jul 04 16:43:17 2014 +0200
+++ b/runtime/doc/usr_08.txt Fri Jul 04 21:53:16 2014 +0200
@@ -532,7 +532,7 @@
You now have two tab pages. The first one has a window for "thisfile" and the
second one a window for "thatfile". It's like two pages that are on top of
-eachother, with a tab sticking out of each page showing the file name.
+each other, with a tab sticking out of each page showing the file name.
Now use the mouse to click on "thisfile" in the top line. The result is
diff -r b8f703a4e55f src/INSTALL
--- a/src/INSTALL Fri Jul 04 16:43:17 2014 +0200
+++ b/src/INSTALL Fri Jul 04 21:53:16 2014 +0200
@@ -316,7 +316,7 @@
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
- If you have to use a `make' that does not supports the `VPATH'
+ If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a time
in the source code directory. After you have installed the package for
one architecture, use `make distclean' before reconfiguring for another