Hi Attached patch fixes a few typos in Vim-8.2.2408 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_g%2BcQ3oXD4%3DFA0yQSnDeyLCr87ZUHMTkgeD-%2B6MJdJU%3DQ%40mail.gmail.com.
diff --git a/runtime/doc/hangulin.txt b/runtime/doc/hangulin.txt index 759cf1109..9357bc879 100644 --- a/runtime/doc/hangulin.txt +++ b/runtime/doc/hangulin.txt @@ -8,7 +8,7 @@ Vim had built-in support for hangul, the Korean language, for users without XIM (X Input Method). Since it didn't work well and was not maintained it was removed in Vim 8.1.2327. -If you want this hangul input mehod you can go back to Vim 8.1.2326 or +If you want this hangul input method you can go back to Vim 8.1.2326 or earlier. If you think this code is still useful and want to maintain it, make a patch to add it back. However, making it work with UTF-8 encoding would be best. diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 161527c82..67ca8a0ba 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -16933,7 +16933,7 @@ Solution: Add #ifdefs. Files: src/screen.c Patch 8.0.0383 (after 8.0.0382) -Problem: Misplaced #ifdef. (Christ van Willigen) +Problem: Misplaced #ifdef. (Christ van Willegen) Solution: Split assignment. Files: src/screen.c @@ -19612,7 +19612,7 @@ Files: Filelist Patch 8.0.0815 Problem: Terminal window not correctly updated when 'statusline' invokes - ":sleep". (NIkolay Pavlov) + ":sleep". (Nikolay Pavlov) Solution: Clear got_int. Repeat redrawing when needed. Files: src/terminal.c
