Hi
Attached patch fixes typos in docs in vim-8.2.4487.
It fixes different typos than those already reported
in version9.txt at https://github.com/vim/vim/pull/9855
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAON-T_gqS%3DXLeqC0xUN%3DKTRPe%2BgHhO34shc_Yd1WsqDoZ6aeYg%40mail.gmail.com.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 71ea17338..0256f4b01 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -14965,7 +14965,7 @@ Solution: Adjust autoconf. (lilydjwg)
Files: src/configure.in, src/auto/configure
Patch 7.3.806
-Problem: Compiler warnings in Perl code when building with Visual studio
+Problem: Compiler warnings in Perl code when building with Visual Studio
2012. (skeept)
Solution: Add type casts. (Christian Brabandt, 2013 Jan 30)
Files: src/if_perl.xs
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 4a621111f..b7185e866 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -7916,7 +7916,7 @@ Solution: Put remainder of message back in the queue.
Files: src/channel.c
Patch 7.4.1240
-Problem: Visual studio tools are noisy.
+Problem: Visual Studio tools are noisy.
Solution: Suppress startup info. (Mike Williams)
Files: src/GvimExt/Makefile, src/Make_mvc.mak, src/tee/Make_mvc.mak
@@ -20476,7 +20476,7 @@ Files: src/normal.c, src/misc2.c, src/Makefile,
src/testdir/test_virtualedit.vim, src/testdir/test_alot.vim
Patch 8.0.0963
-Problem: Terminal test fails on MacOS. (chdiza)
+Problem: Terminal test fails on macOS. (chdiza)
Solution: Wait for the shell to echo the characters. (closes #1991)
Files: src/testdir/test_terminal.vim
@@ -31038,7 +31038,7 @@ Files: src/ui.c, src/testdir/test_timers.vim, src/gui_gtk_x11.c,
src/gui_w32.c, src/gui_photon.c, src/gui_x11.c
Patch 8.1.0841
-Problem: Travis config to get Lua on MacOS is too complicated.
+Problem: Travis config to get Lua on macOS is too complicated.
Solution: Use an addons entry. (Ozaki Kiichi, closes #3876)
Files: .travis.yml
@@ -39471,7 +39471,7 @@ Solution: Add to the list of flaky tests.
Files: src/testdir/runtest.vim
Patch 8.1.2152
-Problem: Problems navigating tags file on MacOS Catalina.
+Problem: Problems navigating tags file on macOS Catalina.
Solution: Use fseek instead of lseek. (John Lamb, fixes #5061)
Files: src/tag.c
@@ -40648,7 +40648,7 @@ Solution: Allow key codes when fetching argument for CTRL-R. (closes #5266)
Files: src/edit.c, src/ex_getln.c, src/testdir/test_termcodes.vim
Patch 8.1.2347 (after 8.1.2344)
-Problem: MacOS: build fails.
+Problem: macOS: build fails.
Solution: Don't define _XOPEN_SOURCE for Mac.
Files: src/vim.h
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index ca0bbbca7..8ea52490f 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -227,7 +227,7 @@ Solution: Add tests. (Dominique Pellé, closes #5366)
Files: src/testdir/test_termcodes.vim
Patch 8.2.0021
-Problem: Timer test fails too often on Travis with MacOS.
+Problem: Timer test fails too often on Travis with macOS.
Solution: Be less strict with the time.
Files: src/testdir/test_timers.vim
@@ -12504,7 +12504,7 @@ Files: src/testdir/test_search.vim
Patch 8.2.2051
Problem: Vim9: crash when aborting a user function call.
-Solution: Do not use the return value when aboring. (closes #7372)
+Solution: Do not use the return value when aborting. (closes #7372)
Files: src/vim9execute.c, src/testdir/test_vim9_func.vim
Patch 8.2.2052
@@ -12852,7 +12852,7 @@ Files: src/gui_gtk_x11.c
Patch 8.2.2112
Problem: Running tests may leave some files behind.
Solution: Delete the right files. Fix a few typos. (Dominique Pellé,
- closes #7436
+ closes #7436)
Files: src/testdir/test_filetype.vim, src/testdir/test_messages.vim,
src/testdir/test_mksession.vim
@@ -12950,7 +12950,7 @@ Files: src/os_mswin.c
Patch 8.2.2130
Problem: Insert mode completion messages end up in message history.
-Solution: Set msg_hist_off. (closes #7452
+Solution: Set msg_hist_off. (closes #7452)
Files: src/insexpand.c, src/testdir/test_ins_complete.vim
Patch 8.2.2131
@@ -13138,7 +13138,7 @@ Files: src/bufwrite.c, src/cindent.c, src/cmdexpand.c, src/eval.c,
Patch 8.2.2161
Problem: Arguments -T and -x not tested yet.
-Solution: Add a test. (Dominique Pellé, closes #7490
+Solution: Add a test. (Dominique Pellé, closes #7490)
Files: src/testdir/test_startup.vim
Patch 8.2.2162
@@ -13279,7 +13279,7 @@ Files: src/typval.c, src/evalfunc.c, src/testdir/test_vim9_builtin.vim,
Patch 8.2.2185
Problem: BufUnload is not triggered for the quickfix dummy buffer.
-Solution: Do trigger BufUnload. (Pontus Leitzler,closes #7518, closes #7517)
+Solution: Do trigger BufUnload. (Pontus Leitzler, closes #7518, closes #7517)
Fix white space around "=".
Files: src/quickfix.c, src/testdir/test_autocmd.vim
@@ -14322,7 +14322,7 @@ Files: src/vim9compile.c, src/proto/vim9compile.pro, src/evalfunc.c,
Patch 8.2.2363
Problem: curpos() does not accept a string argument as before.
solution: Make a string argument work again. (Yegappan Lakshmanan,
- closes #7690
+ closes #7690)
Files: src/evalfunc.c, src/testdir/test_cursor_func.vim
Patch 8.2.2364
@@ -15044,7 +15044,7 @@ Solution: Add new error message.
Files: src/errors.h
Patch 8.2.2483
-Problem: Vim9: type error for misformed expression.
+Problem: Vim9: type error for malformed expression.
Solution: Check for end of command before checking type. (closes #7795)
Files: src/vim9compile.c, src/testdir/test_vim9_script.vim
@@ -15513,7 +15513,7 @@ Solution: Add a few more test cases. (Dominique Pellé, closes #7908)
Files: src/testdir/test_textprop.vim
Patch 8.2.2562
-Problem: GUI: star register changed when 'clipboard is "unnamedplus". (Ingo
+Problem: GUI: star register changed when 'clipboard' is "unnamedplus". (Ingo
Karkat)
Solution: Do not change the star register when 'clipboard' contains
"unnamedplus" and not "unnamed". (closes #1516)
@@ -17288,7 +17288,7 @@ Solution: Return CMDLINE_NOT_CHANGED from cmdline_insert_reg().
Files: src/ex_getln.c, src/testdir/test_cmdline.vim
Patch 8.2.2871
-Problem: Unnessary VIM_ISDIGIT() calls, badly indented code.
+Problem: Unnecessary VIM_ISDIGIT() calls, badly indented code.
Solution: Call skipdigits() on the next character. Improve indenting.
(Dominique Pellé, closes #8227)
Files: src/charset.c, src/evalfunc.c, src/ex_docmd.c, src/json.c,
@@ -18408,7 +18408,7 @@ Solution: Adjust the INSTRUCTIONS macro. (closes #8460)
Files: src/vim9.h
Patch 8.2.3058 (after 8.2.3056)
-Problem: Vim9: cannot use ternary operator in parenthesis.
+Problem: Vim9: cannot use ternary operator in parentheses.
Solution: Do not use "==" for a default argument value. (closes #8462)
Files: src/userfunc.c, src/testdir/test_vim9_func.vim
@@ -18418,7 +18418,7 @@ Solution: Do not store the default value strings when skipping.
Files: src/userfunc.c
Patch 8.2.3060 (after 8.2.3056)
-Problem: Vim9: cannot use ternary operator in parenthesis.
+Problem: Vim9: cannot use ternary operator in parentheses.
Solution: Do not use "=~" for a default argument value. (closes #8462)
Files: src/userfunc.c, src/testdir/test_vim9_func.vim
@@ -19420,7 +19420,7 @@ Files: src/evalfunc.c, src/popupwin.c, src/proto/typval.pro,
src/testdir/test_vim9_script.vim, src/testing.c, src/typval.c
Patch 8.2.3222
-Problem: Vim9: cannot used loop variable later as lambda argument.
+Problem: Vim9: cannot use loop variable later as lambda argument.
Solution: When not in function context check the current block ID.
(closes #8637)
Files: src/vim9compile.c, src/testdir/test_vim9_func.vim
@@ -20114,7 +20114,7 @@ Files: src/evalfunc.c, src/vim9compile.c, src/testdir/test_listdict.vim
Patch 8.2.3335
Problem: Vim9: not enough tests run with Vim9.
Solution: Run a few more tests in Vim9 script and :def function. Fix that
- items(), keys() and values9) return zero for a NULL dict.
+ items(), keys() and values() return zero for a NULL dict.
Make join() return an empty string for a NULL list. Make sort()
return an empty list for a NULL list.
Files: src/dict.c, src/list.c, src/testdir/test_listdict.vim,
@@ -20898,7 +20898,7 @@ Files: src/testdir/test_search.vim
Patch 8.2.3473
Problem: Some files with tcl syntax are not recognized.
-Solution: Add a few file patterns. (Doug Kearns
+Solution: Add a few file patterns. (Doug Kearns)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
Patch 8.2.3474
@@ -21125,7 +21125,7 @@ Solution: Allocated mr_pattern.
Files: src/search.c
Patch 8.2.3514
-Problem: Autoread test with nano second time sometimes fails.
+Problem: Autoread test with nanosecond time sometimes fails.
Solution: Mark the test as being flaky.
Files: src/testdir/test_stat.vim
@@ -21151,7 +21151,7 @@ Files: src/buffer.c, src/bufwrite.c, src/edit.c, src/structs.h,
Patch 8.2.3518
Problem: Test_xrestore sometimes fails.
-Solution: Mark the test as flayky. Move marking test as flaky to the test
+Solution: Mark the test as flaky. Move marking test as flaky to the test
instead of listing them in runtest.
Files: src/testdir/test_paste.vim, src/testdir/runtest.vim,
src/testdir/test_autocmd.vim, src/testdir/test_channel.vim,
@@ -21636,7 +21636,7 @@ Files: runtime/filetype.vim, src/testdir/test_filetype.vim
Patch 8.2.3600 (after 8.2.3598)
Problem: Filetype test fails.
-Solution: Add missint change.
+Solution: Add missing change.
Files: runtime/scripts.vim
Patch 8.2.3601
@@ -22173,7 +22173,7 @@ Solution: Adjust text column for indent. (closes #9229)
Files: src/ops.c, src/testdir/test_blockedit.vim
Patch 8.2.3685
-Problem: Visual studio project files are not recognized.
+Problem: Visual Studio project files are not recognized.
Solution: Use the xml file type. (Doug Kearns)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
@@ -22231,7 +22231,7 @@ Files: src/ex_docmd.c, src/charset.c, src/proto/charset.pro,
Patch 8.2.3695
Problem: Confusing error for missing key.
-Solution: Use the actualy key for the error. (closes #9241)
+Solution: Use the actual key for the error. (closes #9241)
Files: src/eval.c, src/testdir/test_listdict.vim
Patch 8.2.3696
@@ -22772,7 +22772,7 @@ Solution: Include all the recent changes.
Files: runtime/doc/options.txt
Patch 8.2.3785
-Problem: Running CI on MacOS with gcc is not useful.
+Problem: Running CI on macOS with gcc is not useful.
Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with
normal features.
Files: .github/workflows/ci.yml
@@ -22821,7 +22821,7 @@ Files: src/change.c
Patch 8.2.3792
Problem: Setting *func options insufficiently tested.
-Solution: Impove tests. (Yegappan Lakshmanan, closes #9337)
+Solution: Improve tests. (Yegappan Lakshmanan, closes #9337)
Files: src/testdir/test_iminsert.vim, src/testdir/test_ins_complete.vim,
src/testdir/test_normal.vim, src/testdir/test_quickfix.vim,
src/testdir/test_tagfunc.vim
@@ -22830,7 +22830,7 @@ Patch 8.2.3793
Problem: Using "g:Func" as a funcref does not work in script context
because "g:" is dropped.
Solution: Keep "g:" in the name. Also add parenthesis to avoid confusing
- operator prececence. (closes #9336)
+ operator precedence. (closes #9336)
Files: src/evalvars.c, src/testdir/test_vim9_func.vim
Patch 8.2.3794
@@ -24662,7 +24662,7 @@ Solution: Only lower case the prefix on systems where the file name is not
Files: src/scriptfile.c, src/testdir/test_vim9_import.vim
Patch 8.2.4083
-Problem: Vim9: no test for "vim9script autoload' and using script variable
+Problem: Vim9: no test for "vim9script autoload" and using script variable
in the same script.
Solution: Add a simple test. Fix uncovered problem.
Files: src/evalvars.c, src/testdir/test_vim9_import.vim
@@ -24714,7 +24714,7 @@ Solution: Just use "w_virtcol". (closes #9523)
Files: src/buffer.c, src/testdir/test_statusline.vim
Patch 8.2.4092
-Problem: MacOS CI: unnecessarily doing "Install packages".
+Problem: macOS CI: unnecessarily doing "Install packages".
Solution: Only do "Install packages" for huge build. (Ozaki Kiichi,
closes #9521)
Files: .github/workflows/ci.yml
@@ -24963,7 +24963,7 @@ Files: runtime/doc/vim9.txt, runtime/doc/repeat.txt, src/vim9script.c,
Patch 8.2.4137
Problem: Vim9: calling import with and without method is inconsistent.
-Solution: Set a flag that a parenthsis follows to compile_load_scriptvar().
+Solution: Set a flag that a parenthesis follows to compile_load_scriptvar().
Add some more tests. Improve error message.
Files: src/vim9expr.c, src/vim9execute.c, src/vim9script.c,
src/testdir/test_vim9_import.vim
@@ -25894,7 +25894,7 @@ Files: src/gui_w32.c
Patch 8.2.4291
Problem: Error number used twice.
-Solution: Renumber of of the errors.
+Solution: Renumber the errors.
Files: src/errors.h
Patch 8.2.4292 (after 8.2.4291)