Re: [patch] doc fixes for Vim-8.2.3070

2021-06-28 Fir de Conversatie Bram Moolenaar


Dominique wrote:

> Attached patch fixes a few typos in Vim-8.2.3070 doc.

I'll include it, thanks.

-- 
Microsoft is to software what McDonalds is to gourmet cooking

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///  \\\
\\\sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202106281815.15SIFsvm965281%40masaka.moolenaar.net.


[patch] doc fixes for Vim-8.2.3070

2021-06-27 Fir de Conversatie Dominique Pellé
Hi

Attached patch fixes a few typos in Vim-8.2.3070 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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CAON-T_h4%3Dzo91AvShuRmWnffzr7dBdfwNoCtCzFjJu9pXgHxLg%40mail.gmail.com.
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index abf154422..22a57aaa8 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -2696,7 +2696,7 @@ Multi-byte:
   double-wide character.
 - Overstrike mode for the cmdline replaced only the first byte of a multibyte
   character.
-- The cursor in Replace mode (also in the cmdline) was to small on a
+- The cursor in Replace mode (also in the cmdline) was too small on a
   double-wide character.
 - When a multibyte character contained a 0x80 byte, it didn't work (was using
   a CSI byte instead). (Muraoka Taro)
@@ -3546,7 +3546,7 @@ Added Simplified Chinese translation of the tutor. (Mendel L Chan)
 Added Russian keymap for yawerty keyboard.
 
 Added an explanation of using the vimrc file in the tutor.
-Changed tutor.vim to get the right encoding for the Taiwainese tutor.
+Changed tutor.vim to get the right encoding for the Taiwanese tutor.
 
 Added Russian tutor. (Andrey Kiselev)
 Added Polish tutor. (Mikolaj Machowski)
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 313c38827..9ed74cc5b 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -35504,7 +35504,7 @@ Files:	Filelist, src/testdir/Make_all.mak, src/testdir/check.vim,
 src/testdir/test_xxd.vim
 
 Patch 8.1.1545
-Problem:When the screen is to small there is no message about that.
+Problem:When the screen is too small there is no message about that.
 (Daniel Hahler)
 Solution:   Do not use :cquit. (closes #4534)
 Files:	src/testdir/runtest.vim
@@ -41104,7 +41104,7 @@ Files:	src/buffer.c, src/testdir/test_popupwin.vim
 Patch 8.1.2419
 Problem:With a long file name the hit-enter prompt appears. (J. Lewis
 Muir)
-Solution:   When checking for text to wrap don't do this when outputing a CR.
+Solution:   When checking for text to wrap don't do this when outputting a CR.
 Files:	src/message.c, src/testdir/test_display.vim,
 src/testdir/dumps/Test_long_file_name_1.dump
 
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt
index e8d97a9c3..19c248521 100644
--- a/runtime/doc/vim9.txt
+++ b/runtime/doc/vim9.txt
@@ -1202,7 +1202,7 @@ In Vim9 script this has been made stricter.  In most places it works just as
 before, if the value used matches the expected type.  There will sometimes be
 an error, thus breaking backwards compatibility.  For example:
 - Using a number other than 0 or 1 where a boolean is expected.  *E1023*
-- Using a string value when setting a number options.
+- Using a string value when setting a number option.
 - Using a number where a string is expected.   *E1024*
 
 One consequence is that the item type of a list or dict given to map() must