Hi, 2019/6/22 Sat 8:39:26 UTC+9 h_east wrote: > Hi Bram and developers, > > Attach a patch to fix the typo of the document. > Please confirm it.
One more patch here. Regards, Ken Takata -- -- 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/4057e92c-19f5-4f0a-9302-6cc49c83cafb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -876,7 +876,7 @@ OptionSet After setting an option. Th |<amatch>| indicates what option has been set. |v:option_type| indicates whether it's global - or local scoped + or local scoped. |v:option_command| indicates what type of set/let command was used (follow the tag to see the table).
