Re: [doc][patch] Fix typos and mistakes in version8.txt

2019-05-31 Fir de Conversatie Bram Moolenaar


Ken Takata wrote:

> 2019/5/28 Tue 5:22:09 UTC+9 Bram Moolenaar wrote:
> > Ken Takata wrote:
> > 
> > > I found many typos and mistakes in version8.txt.
> > > Please check the attached patch.
> > 
> > I'll include it, thanks!
> 
> I found some more missing contributor names.  Also found a mistake in my
> previous patch.  Please check this additional patch.

Thanks again.

-- 
hundred-and-one symptoms of being an internet addict:
63. You start using smileys in your snail mail.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\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/201905311823.x4VINglx032665%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.


Re: [doc][patch] Fix typos and mistakes in version8.txt

2019-05-30 Fir de Conversatie Ken Takata
Hi Bram,

2019/5/28 Tue 5:22:09 UTC+9 Bram Moolenaar wrote:
> Ken Takata wrote:
> 
> > I found many typos and mistakes in version8.txt.
> > Please check the attached patch.
> 
> I'll include it, thanks!

I found some more missing contributor names.  Also found a mistake in my
previous patch.  Please check this additional patch.

Regards,
Ken Takata

-- 
-- 
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/cbdaceb6-a813-4631-8472-6c739d9ec22a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent  d23a1e01c99f074e385dba25bcd490fd0fbe0055

diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -26929,7 +26929,8 @@ Files:	src/testdir/test_spell.vim
 
 Patch 8.1.0201
 Problem:Newer Python uses "importlib" instead of "imp".
-Solution:   Use "importlib" for newer Python versions. (closes #3163)
+Solution:   Use "importlib" for newer Python versions. (Ozaki Kiichi,
+closes #3163)
 Files:	src/if_py_both.h, src/testdir/test87.in
 
 Patch 8.1.0202
@@ -26980,9 +26981,8 @@ Solution:   Use ANSI function declaratio
 Files:	src/eval.c, src/evalfunc.c, src/list.c
 
 Patch 8.1.0211
-Problem:Expanding a file name "~" results in $HOME.
-Solution:   Change "~" to "./~" before expanding. (Aidan Shafran,
-closes #3072)
+Problem:Expanding a file name "~" results in $HOME. (Aidan Shafran)
+Solution:   Change "~" to "./~" before expanding. (closes #3072)
 Files:	src/testdir/test_expand.vim, src/ex_docmd.c, src/eval.c,
 src/proto/eval.pro, src/evalfunc.c, src/if_cscope.c, src/misc1.c
 
@@ -27157,7 +27157,8 @@ Solution:   Add a test that shows the be
 Files:	src/testdir/test_tabpage.vim
 
 Patch 8.1.0242
-Problem:Insert mode completion may use an invalid buffer pointer.
+Problem:Insert mode completion may use an invalid buffer pointer. (Akib
+Nizam)
 Solution:   Check for ins_buf to be valid. (closes #3290)
 Files:	src/edit.c
 
@@ -27716,7 +27717,8 @@ Files:	src/ex_cmds2.c, src/testdir/t
 src/testdir/test_command_count.vim
 
 Patch 8.1.0342
-Problem:Crash when a callback deletes a window that is being used.
+Problem:Crash when a callback deletes a window that is being used. (Ozaki
+Kiichi)
 Solution:   Do not unload a buffer that is being displayed while redrawing the
 screen. Also avoid invoking callbacks while redrawing.
 (closes #2107)
@@ -28449,7 +28451,8 @@ Files:	src/memline.c
 Patch 8.1.0464
 Problem:MS-Windows: job_info() has cmd without backslashes. (Daniel
 Hahler)
-Solution:   Use rem_backslash(). (closes #3517, closes #3404)
+Solution:   Use rem_backslash(). (closes #3517, closes #3404)  Add a test.
+(Yasuhiro Matsumoto)
 Files:	src/misc2.c, src/testdir/test_channel.vim
 
 Patch 8.1.0465 (after 8.1.0452)
@@ -32473,7 +32476,8 @@ Files:	src/autocmd.c
 
 Patch 8.1.1116
 Problem:Cannot enforce a Vim script style.
-Solution:   Add the :scriptversion command. (closes #3857)
+Solution:   Add the :scriptversion command. (idea by Yasuhiro Matsumoto,
+closes #3857)
 Files:	runtime/doc/repeat.txt, runtime/doc/eval.txt, src/eval.c,
 src/ex_cmds.h, src/evalfunc.c, src/ex_cmds2.c,
 src/proto/ex_cmds2.pro, src/structs.h, src/buffer.c, src/main.c,
@@ -34158,13 +34162,13 @@ Files:	src/fileio.c, src/testdir/tes
 
 Patch 8.1.1380
 Problem:MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set.
-Solution:   Invert condition. (closes #4422)
+Solution:   Invert condition. (Ken Takata, closes #4422)
 Files:	src/Make_mvc.mak
 
 Patch 8.1.1381
 Problem:MS-Windows: missing build dependency.
 Solution:   Make gui_dwrite.cpp depend on gui_dwrite.h. (Ken Takata,
-closes #4423
+closes #4423)
 Files:	src/Make_cyg_ming.mak, src/Make_mvc.mak
 
 Patch 8.1.1382


Re: [doc][patch] Fix typos and mistakes in version8.txt

2019-05-27 Fir de Conversatie Bram Moolenaar


Ken Takata wrote:

> I found many typos and mistakes in version8.txt.
> Please check the attached patch.

I'll include it, thanks!

-- 
Seen it all, done it all, can't remember most of it.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\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/201905272022.x4RKM0gl008567%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.


[doc][patch] Fix typos and mistakes in version8.txt

2019-05-27 Fir de Conversatie Ken Takata
Hi,

I found many typos and mistakes in version8.txt.
Please check the attached patch.

Regards,
Ken Takata

-- 
-- 
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/582c3c66-ccb7-4f9d-bfec-bca47a955b20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent  fa44d421644114e77f5f46d21f1b4c652120b6c5

diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -25914,7 +25914,7 @@ Files:	runtime/doc/eval.txt, runtime
 
 Patch 8.1.0021
 Problem:Clang warns for undefined behavior.
-Solution:   Move #ifdef outside of sprintf() call.(suggestion by Michael
+Solution:   Move #ifdef outside of sprintf() call. (suggestion by Michael
 Jarvis, closes #2946)
 Files:	src/term.c
 
@@ -25930,7 +25930,7 @@ Solution:   Use mch_memmove() instead of
 Files:	src/memline.c
 
 Patch 8.1.0024
-Problem:% command not testded on #ifdef and comment.
+Problem:% command not tested on #ifdef and comment.
 Solution:   Add tests. (Dominique Pelle, closes #2956)
 Files:	src/testdir/test_goto.vim
 
@@ -25946,7 +25946,7 @@ Files:	src/testdir/test_terminal.vim
 
 Patch 8.1.0027
 Problem:Difficult to make a plugin that feeds a line to a job.
-Solution:   Add the nitial code for the "prompt" buftype.
+Solution:   Add the initial code for the "prompt" buftype.
 Files:	runtime/doc/channel.txt, runtime/doc/eval.txt,
 runtime/doc/options.txt, runtime/doc/tags, runtime/doc/todo.txt,
 src/Makefile, src/buffer.c, src/channel.c, src/diff.c, src/edit.c,
@@ -25966,7 +25966,7 @@ Solution:   Skip test with redirection o
 Files:	src/testdir/test_terminal.vim
 
 Patch 8.1.0030
-Problem:Stoping Vim running in a terminal may not work.
+Problem:Stopping Vim running in a terminal may not work.
 Solution:   Instead of sending  send CTRL-O.
 Files:	src/testdir/screendump.vim, src/testdir/test_prompt_buffer.vim
 
@@ -26046,8 +26046,8 @@ Solution:   Return FAIL from get_bad_opt
 Files:	src/ex_docmd.c, src/testdir/test_plus_arg_edit.vim
 
 Patch 8.1.0044
-Problem:If a test function exists Vim this may go unnoticed.
-Solution:   Check for a test funtion quitting Vim.  Fix tests that did exit
+Problem:If a test function exits Vim this may go unnoticed.
+Solution:   Check for a test function quitting Vim.  Fix tests that did exit
 Vim.
 Files:	src/testdir/runtest.vim, src/testdir/test_assert.vim
 
@@ -26330,7 +26330,7 @@ Solution:   Only use debugbreak() on MS-
 Files:	runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
 
 Patch 8.1.0094
-Problem:Help text "usage:" is not capatalized.
+Problem:Help text "usage:" is not capitalized.
 Solution:   Make it "Usage:". (closes #3044)
 Files:	src/main.c
 
@@ -26980,8 +26980,9 @@ Solution:   Use ANSI function declaratio
 Files:	src/eval.c, src/evalfunc.c, src/list.c
 
 Patch 8.1.0211
-Problem:Expanding a file name "~" results in $HOME. (Aidan Shafran)
-Solution:   Change "~" to "./~" before expanding. (closes #3072)
+Problem:Expanding a file name "~" results in $HOME.
+Solution:   Change "~" to "./~" before expanding. (Aidan Shafran,
+closes #3072)
 Files:	src/testdir/test_expand.vim, src/ex_docmd.c, src/eval.c,
 src/proto/eval.pro, src/evalfunc.c, src/if_cscope.c, src/misc1.c
 
@@ -27692,7 +27693,7 @@ Solution:   Allow :file without argument
 Files:	src/ex_docmd.c, src/testdir/test_quickfix.vim
 
 Patch 8.1.0338
-Problem:MS-Windows: VTP doesn't work properly with Powershell.
+Problem:MS-Windows: VTP doesn't work properly with PowerShell.
 Solution:   Adjust the color index. (Nobuhiro Takasaki, closes #3347)
 Files:	src/os_win32.c
 
@@ -27795,7 +27796,7 @@ Files:	src/testdir/test_packadd.vim
 
 Patch 8.1.0355
 Problem:Incorrect adjusting the popup menu for the preview window.
-Solution:   Compute position and height properl. (Ronan Pigott)  Also show at
+Solution:   Compute position and height properly. (Ronan Pigott)  Also show at
 least ten items. (closes #3414)
 Files:	src/popupmnu.c
 
@@ -28388,7 +28389,7 @@ Files:	src/os_win32.c, runtime/doc/m
 
 Patch 8.1.0453
 Problem:MS-Windows: executable() is not reliable.
-Solution:   Use $PATHEXT properly. (Yasuhiro Matsumoto, closes #3412)
+Solution:   Use $PATHEXT properly. (Yasuhiro Matsumoto, closes #3512)
 Files:	src/os_win32.c, src/testdir/test_functions.vim
 
 Patch 8.1.0454
@@ -28535,7 +28536,7 @@