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 [email protected].
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