Hi
Attached patch fixes typos in runtime/doc/version8.txt
of vim-8.2.1488.
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_jAvb37kqf6c9PfgjShYmXZcd2Cmq5rTfCzwOg-c%3Dy-1A%40mail.gmail.com.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 0ae88dcef..e34d43062 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -41255,7 +41255,7 @@ Files: runtime/doc/autocmd.txt, runtime/doc/change.txt,
Patch 8.2.0018
Problem: :join does not add white space where it should. (Zdenek Dohnal)
-Solution: Handle joining multiple lines propely.
+Solution: Handle joining multiple lines properly.
Files: src/ops.c, src/testdir/test_join.vim
Patch 8.2.0019
@@ -41337,7 +41337,7 @@ Files: src/channel.c, src/testdir/test_channel.vim
Patch 8.2.0033
Problem: Crash when make_extmatch() runs out of memory.
-Solution: Check for NULL. (Dominique Pellé, closs #5392)
+Solution: Check for NULL. (Dominique Pellé, closes #5392)
Files: src/regexp_bt.c, src/regexp_nfa.c
Patch 8.2.0034
@@ -41502,7 +41502,7 @@ Files: src/message_test.c, src/message.c
Patch 8.2.0061
Problem: The execute stack can grow big and never shrinks.
-Solution: Reduce the size in gargage collect.
+Solution: Reduce the size in garbage collect.
Files: src/eval.c
Patch 8.2.0062
@@ -41517,7 +41517,7 @@ Files: src/ops.c
Patch 8.2.0064
Problem: Diffmode completion doesn't use per-window setting.
-Solution: Check if a window is in diff mode. (Dominique Pell, closes #5419)
+Solution: Check if a window is in diff mode. (Dominique Pellé, closes #5419)
Files: src/buffer.c, src/testdir/test_diffmode.vim
Patch 8.2.0065
@@ -42263,7 +42263,7 @@ Solution: Check for features. (Dominique Pellé, closes #5561)
Files: src/testdir/test_functions.vim, src/testdir/test_highlight.vim
Patch 8.2.0187
-Problem: Reduntant code.
+Problem: Redundant code.
Solution: Remove unused assignments. (Dominique Pellé, closes #5557)
Files: src/vim9compile.c
@@ -42557,7 +42557,7 @@ Files: src/buffer.c, src/testdir/test_statusline.vim,
src/testdir/dumps/Test_statusline_1.dump
Patch 8.2.0236
-Problem: MS-Windows unintall doesn't delete vimtutur.bat.
+Problem: MS-Windows uninstall doesn't delete vimtutur.bat.
Solution: Change directory before deletion. (Ken Takata, closes #5603)
Files: src/uninstall.c
@@ -42583,7 +42583,7 @@ Files: src/os_win32.c, src/testdir/test_channel.vim
Patch 8.2.0240
Problem: Using memory after it was freed. (Dominique Pellé)
-Solution: Do not mix converion buffer with other buffer.
+Solution: Do not mix conversion buffer with other buffer.
Files: src/viminfo.c, src/vim.h
Patch 8.2.0241
@@ -42795,7 +42795,7 @@ Files: src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim,
Patch 8.2.0271
Problem: The "num64" feature is available everywhere and building without
it causes problems.
-Solution: Graduage the "num64" feature. (James McCoy, closes #5650)
+Solution: Graduate the "num64" feature. (James McCoy, closes #5650)
Files: src/evalfunc.c, src/feature.h, src/message.c, src/structs.h,
src/testdir/test_expr.vim, src/testdir/test_largefile.vim,
src/testdir/test_sort.vim, src/testdir/test_vimscript.vim,
@@ -42945,7 +42945,7 @@ Files: src/vim9compile.c, src/testdir/test_vim9_script.vim,
Patch 8.2.0295
Problem: Highlighting for :s wrong when using different separator.
-Solution: Use separat argument for search direction and separator. (Rob
+Solution: Use separate argument for search direction and separator. (Rob
Pilling, closes #5665)
Files: src/ex_docmd.c, src/ex_getln.c, src/gui.c, src/normal.c,
src/proto/search.pro, src/quickfix.c, src/search.c, src/spell.c,
@@ -43467,7 +43467,7 @@ Files: src/textprop.c
Patch 8.2.0380
Problem: Tiny popup when creating a terminal popup without minwidth.
-Solution: Use a default mininum size of 5 lines of 20 characters.
+Solution: Use a default minimum size of 5 lines of 20 characters.
Files: src/popupwin.c, src/testdir/test_terminal.vim,
src/testdir/dumps/Test_terminal_popup_m1.dump
@@ -44040,7 +44040,7 @@ Files: src/terminal.c
Patch 8.2.0473
Problem: Variables declared in an outer scope.
-Solution: Decleare variables only in the scope where they are used.
+Solution: Declare variables only in the scope where they are used.
Files: src/evalvars.c
Patch 8.2.0474 (after 8.2.0403)
@@ -44050,12 +44050,12 @@ Files: src/fileio.c, src/testdir/test_autocmd.vim
Patch 8.2.0475
Problem: Channel out_cb test still fails sometimes on Mac.
-Solution: Use an ever longer timeout.
+Solution: Use an even longer timeout.
Files: src/testdir/test_channel.vim
Patch 8.2.0476
Problem: Terminal nasty callback test fails sometimes.
-Solution: use term_wait() instead of a sleep. (Yee Cheng Chin,closes #5865)
+Solution: use term_wait() instead of a sleep. (Yee Cheng Chin, closes #5865)
Files: src/testdir/test_terminal.vim
Patch 8.2.0477
@@ -44225,7 +44225,7 @@ Solution: Cleanup the scope list.
Files: src/vim9compile.c
Patch 8.2.0505
-Problem: term_getty() not sufficiently tested.
+Problem: term_gettty() not sufficiently tested.
Solution: Add more asserts. (Dominique Pellé, closes #5877)
Files: src/testdir/test_terminal.vim
@@ -45680,7 +45680,7 @@ Solution: Do not check for next line in third pass.
Files: src/scriptfile.c
Patch 8.2.0735
-Problem: Vim9: using unitialized memory.
+Problem: Vim9: using uninitialized memory.
Solution: Clear the arg_lvar field.
Files: src/vim9compile.c
@@ -45801,7 +45801,7 @@ Files: src/testdir/test_vim9_script.vim
Patch 8.2.0755
Problem: Vim9: No error when variable initializer is not a constant.
Solution: Return FAIL when trying to get a variable value. Do not execute a
- script when an error is deteted in the first or second phase.
+ script when an error is deleted in the first or second phase.
Files: src/eval.c, src/vim9script.c, src/testdir/test_vim9_script.vim
Patch 8.2.0756 (after 8.2.0249)
@@ -46003,7 +46003,7 @@ Files: src/libvterm/include/vterm.h, src/libvterm/src/pen.c,
Patch 8.2.0786
Problem: Channel test is flaky on FreeBSD.
-Solution: Set the sockiet TCP_NODELAY option. Adjust expected line count in
+Solution: Set the socket TCP_NODELAY option. Adjust expected line count in
netbeans test. (Ozaki Kiichi, closes #6097)
Files: src/testdir/test_channel.py, src/testdir/test_netbeans.vim
@@ -46273,7 +46273,7 @@ Solution: Fix off-by-one error.
Files: src/userfunc.c
Patch 8.2.0828
-Problem: Travis: regexp patttern doesn't work everywhere.
+Problem: Travis: regexp pattern doesn't work everywhere.
Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
Files: .travis.yml, ci/config.mk.clang.sed, ci/config.mk.gcc.sed,
ci/config.mk.sed, src/if_ruby.c
@@ -46404,7 +46404,7 @@ Files: Filelist, src/Makefile, src/configure.ac, src/auto/configure,
src/testdir/test_functions.vim, src/ui.c, src/vim.h
Patch 8.2.0850
-Problem: MS-Windows: exepath() works different from cmd.exe.
+Problem: MS-Windows: exepath() works differently from cmd.exe.
Solution: Make exepath() work better on MS-Windows. (closes #6115)
Files: runtime/doc/eval.txt, src/os_win32.c,
src/testdir/test_functions.vim
@@ -46497,7 +46497,7 @@ Files: runtime/doc/syntax.txt, runtime/doc/term.txt, src/globals.h,
Patch 8.2.0864
Problem: Pragmas are indented all the way to the left.
-Solution: Add an option to indent progmas like normal code. (Max Rumpf,
+Solution: Add an option to indent pragmas like normal code. (Max Rumpf,
closes #5468)
Files: runtime/doc/indent.txt, src/cindent.c, src/structs.h,
src/testdir/test_cindent.vim
@@ -46817,7 +46817,7 @@ Files: src/getchar.c, src/proto/getchar.pro, src/edit.c, src/term.c,
src/proto/term.pro, src/testdir/test_termcodes.vim
Patch 8.2.0917
-Problem: Quickfix entries do not suport a "note" type.
+Problem: Quickfix entries do not support a "note" type.
Solution: Add support for "note". (partly by Yegappan Lakshmanan,
closes #5527, closes #6216)
Files: runtime/doc/quickfix.txt, src/quickfix.c,
@@ -46908,7 +46908,7 @@ Files: READMEdir/README_extra.txt, runtime/doc/options.txt,
runtime/doc/vi_diff.txt, src/INSTALL
Patch 8.2.0932
-Problem: Missspelling spelllang.
+Problem: Misspelling spelllang.
Solution: Add an "l". (Dominique Pellé)
Files: src/optionstr.c, src/proto/spell.pro, src/spell.c
@@ -47697,8 +47697,8 @@ Solution: Check for operator after line break.
Files: src/eval.c, src/testdir/test_vim9_expr.vim
Patch 8.2.1064
-Problem: Vim9: no line break allowed before comperators.
-Solution: Check for comperator after line break.
+Problem: Vim9: no line break allowed before comparators.
+Solution: Check for comparator after line break.
Files: src/eval.c, src/testdir/test_vim9_expr.vim
Patch 8.2.1065
@@ -47839,7 +47839,7 @@ Files: src/filepath.c
Patch 8.2.1088
Problem: A very long translation might cause a buffer overflow.
-Solution: Trunctate the message if needed.
+Solution: Truncate the message if needed.
Files: src/fileio.c
Patch 8.2.1089
@@ -48001,7 +48001,7 @@ Solution: Adjust how a command is parsed.
Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vim
Patch 8.2.1117
-Problem: Coverity warns for unsing unitialized field.
+Problem: Coverity warns for using uninitialized field.
Solution: Initialize v_lock.
Files: src/if_lua.c
@@ -48852,7 +48852,7 @@ Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak,
src/proto/ex_cmds.pro, src/proto/help.pro
Patch 8.2.1263
-Problem: Vim9: comperators use 'ignorecase' in Vim9 script.
+Problem: Vim9: comparators use 'ignorecase' in Vim9 script.
Solution: Ignore 'ignorecase'. Use true and false instead of 1 and 0.
(closes #6497)
Files: src/eval.c, src/typval.c, src/vim9execute.c,
@@ -49043,7 +49043,7 @@ Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms,
src/testdir/test_regexp_utf8.vim
Patch 8.2.1296
-Problem: Some part of using 'smarcase' was not tested.
+Problem: Some part of using 'smartcase' was not tested.
Solution: Add more tests. (Dominique Pellé, closes #6538)
Files: src/testdir/test_search.vim
@@ -49334,7 +49334,7 @@ Files: src/testdir/test_vim9_func.vim
Patch 8.2.1345
Problem: Redraw error when using visual block and scroll.
-Solution: Add check for w_topline. ( closes #6597)
+Solution: Add check for w_topline. (closes #6597)
Files: src/drawscreen.c, src/testdir/test_display.vim,
src/testdir/dumps/Test_display_visual_block_scroll.dump
@@ -49558,7 +49558,7 @@ Solution: Add a test on Travis for ARM. (Ozaki Kiichi, closes #6615)
Files: .travis.yml
Patch 8.2.1386
-Problem: Backslash not removed afer space in option with space in
+Problem: Backslash not removed after space in option with space in
'isfname'.
Solution: Do remove backslash before space, also when it is in 'isfname'.
(Yasuhiro Matsumoto, closes #6651)