Hi Attached patch fixes several typos in Vim-8.2.1968 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_jECfSbH4BrByMvQYu_aR2Xm_wam8X%3DsekZ7ou%3DbjAgmQ%40mail.gmail.com.
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 1d4dd1fec..6b38b8c04 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3006,7 +3006,7 @@ vimrc file: > (Adapted from the html.vim help text by Claudio Fleiner <[email protected]>) - *ft-posix-synax* *ft-dash-syntax* + *ft-posix-syntax* *ft-dash-syntax* SH *sh.vim* *ft-sh-syntax* *ft-bash-syntax* *ft-ksh-syntax* This covers syntax highlighting for the older Unix (Bourne) sh, and newer diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 713bad643..607b4faf4 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -138,7 +138,7 @@ Also: - implement enum - Make accessing varargs faster: arg[expr] EVAL expr - LOADVARARG (varags idx) + LOADVARARG (varargs idx) - Make debugging work - at least per function. Need to recompile a function to step through it line-by-line? Evaluate the stack and variables on the stack? @@ -1067,7 +1067,7 @@ neovim #7431) Patch for improving detecting Ruby on Mac in configure. (Ilya Mikhaltsou, 2017 Nov 21) -When t_Co is changed from termresponse, the OptionSet autocmmand event isn't +When t_Co is changed from termresponse, the OptionSet autocommand event isn't triggered. Use the code from the end of set_num_option() in set_color_count(). @@ -2297,7 +2297,7 @@ Additional info by Dominique Pelle. (also on 2010 Apr 10) CreateFile and CreateFileW are used without sharing, filewritable() fails when the file was already open (e.g. script is being sourced). Add FILE_SHARE_READ| -FILE_SHARE_WRITE in mch_access()? (Phillippe Vaucher, 2010 Nov 2) +FILE_SHARE_WRITE in mch_access()? (Philippe Vaucher, 2010 Nov 2) Is ~/bin (literally) in $PATH supposed to work? (Paul, 2010 March 29) Looks like only bash can do it. (Yakov Lerner) diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt index f54cde9be..82405e7f5 100644 --- a/runtime/doc/version6.txt +++ b/runtime/doc/version6.txt @@ -1331,7 +1331,7 @@ eventhandler() Returns 1 when inside an event handler and interactive executable() Checks if a program or batch script can be executed. filewritable() Checks if a file can be written. (Ron Aaron) foldclosed() Find out if there is a closed fold. (Johannes Zellner). -foldcloseend() Find the end of a closed fold. +foldclosedend() Find the end of a closed fold. foldlevel() Find out the foldlevel. (Johannes Zellner) foreground() Move the GUI window to the foreground. getchar() Get one character from the user. Can be used to define a diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 8f38d9b47..951a3070f 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -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 uninstall doesn't delete vimtutur.bat. +Problem: MS-Windows uninstall doesn't delete vimtutor.bat. Solution: Change directory before deletion. (Ken Takata, closes #5603) Files: src/uninstall.c
