Hi Attached patch makes several corrections in Vim-8.2.2207 documentation.
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_gG_U4c8VVaEE8Qt%3Ds9zuzf-T3Nu5k5O60LVTTzBn7YGw%40mail.gmail.com.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7a87de060..b22e37e5e 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -39,7 +39,7 @@ browser use: https://github.com/vim/vim/issues/1234 -------------------- Known bugs and current work ----------------------- Rewrite the section on "magic". Say that 'magic' is normally on, then this -happens... If 'magic' is off, then this is different.. +happens... If 'magic' is off, then this is different. test_vim9_cmd: uses uninitialized var @@ -1120,7 +1120,7 @@ Overlong utf-8 sequence is displayed wrong. (Harm te Hennepe, 2017 Sep 14, #2089) Patch with possible solution by Björn Linse. The change list index is local to a buffer, but it doesn't make sense using it -for another buffer. (lacygoll) Copy w_changelistidx to wininfo_S and back. +for another buffer. (lacygoill) Copy w_changelistidx to wininfo_S and back. X11: Putting more than about 262040 characters of text on the clipboard and pasting it in another Vim doesn't work. (Dominique Pelle, 2008 Aug 21-23) diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index f7dc1fc07..349952e1b 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -3282,7 +3282,7 @@ Solution: Convert the printer name from the active codepage to 'encoding'. Files: src/os_mswin.c Patch 7.4.472 -Problem: The "precedes" entry in 'listchar' will be drawn when 'showbreak' +Problem: The "precedes" entry in 'listchars' will be drawn when 'showbreak' is set and 'list' is not. Solution: Only draw this character when 'list' is on. (Christian Brabandt) Files: src/screen.c @@ -35835,7 +35835,7 @@ Files: src/ex_cmds2.c, src/getchar.c, src/testdir/test_mapping.vim, Patch 8.1.1592 Problem: May start file dialog while exiting. Solution: Ignore the "browse" modifier when exiting. (Ozaki Kiichi, - closes #4582 + closes #4582) Files: src/ex_cmds.c, src/terminal.c Patch 8.1.1593 @@ -46431,7 +46431,7 @@ Files: src/buffer.c, src/change.c, src/diff.c, src/evalbuffer.c, Patch 8.2.0854 Problem: Xxd cannot show offset as a decimal number. -Solution: Add the "-d" flag. (Aapo Rantalainen, closes #5616 +Solution: Add the "-d" flag. (Aapo Rantalainen, closes #5616) Files: src/testdir/test_xxd.vim, src/xxd/xxd.c Patch 8.2.0855 @@ -46661,7 +46661,7 @@ Solution: Use // comments. (Yegappan Lakshmanan, closes #6190) Files: src/gui_xim.c Patch 8.2.0890 -Problem: No color in terminal window when 'termguicolor' is set. +Problem: No color in terminal window when 'termguicolors' is set. Solution: Clear the underline color. (closes #6186) Files: src/highlight.c @@ -46728,7 +46728,7 @@ Files: runtime/doc/change.txt, src/mbyte.c, src/ops.c, src/option.h, Patch 8.2.0902 Problem: Using searchcount() in 'statusline' causes an error. -Solution: Avoid saving/restoring the search patten recursively. +Solution: Avoid saving/restoring the search pattern recursively. (closes #6194) Files: src/search.c, src/testdir/test_search_stat.vim, src/testdir/dumps/Test_searchstat_4.dump @@ -48832,7 +48832,7 @@ Files: src/buffer.c, src/testdir/test_tabline.vim Patch 8.2.1260 Problem: There is no good test for CursorHold. Solution: Add a test. Remove duplicated test. (Yegappan Lakshmanan, - closes #6503 + closes #6503) Files: src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim, src/testdir/test_normal.vim
