Attached patch fixes 2 typos in help files.
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
diff -r 94694351f592 runtime/doc/if_pyth.txt
--- a/runtime/doc/if_pyth.txt Fri Oct 15 20:20:05 2010 +0200
+++ b/runtime/doc/if_pyth.txt Wed Oct 20 09:02:25 2010 +0200
@@ -355,7 +355,7 @@
When doing this on Linux/Unix systems and importing global symbols, this leads
to a crash when the second Python version is used. So either global symbols
are loaded but only one Python version is activated, or no global symbols are
-loaded. The latter makes Python's "import" fail on libaries that expect the
+loaded. The latter makes Python's "import" fail on libraries that expect the
symbols to be provided by Vim.
*E836* *E837*
Vim's configuration script makes a guess for all libraries based on one
diff -r 94694351f592 runtime/doc/version7.txt
--- a/runtime/doc/version7.txt Fri Oct 15 20:20:05 2010 +0200
+++ b/runtime/doc/version7.txt Wed Oct 20 09:02:25 2010 +0200
@@ -8180,7 +8180,7 @@
Files: src/ex_getln.c
Patch 7.2.130
-Problem: Vim may haing until CTRL-C is typed when using CTRL-Z.
+Problem: Vim may hang until CTRL-C is typed when using CTRL-Z.
Solution: Avoid using pause(). Also use "volatile" for variables used in
signal functions. (Dominique Pelle)
Files: src/auto/configure, src/configure.in, src/config.h.in,