runtime(doc): vimtutor starts Vim in nocompatible mode Commit: https://github.com/vim/vim/commit/5bbdd0b082344e77899585db66cfadb32b9186f9 Author: Christian Brabandt <c...@256bit.org> Date: Mon Jun 23 19:52:42 2025 +0200
runtime(doc): vimtutor starts Vim in nocompatible mode closes: https://github.com/vim/vim/issues/17593 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/vimtutor.1 b/runtime/doc/vimtutor.1 index 0320b2453..14269c0c6 100644 --- a/runtime/doc/vimtutor.1 +++ b/runtime/doc/vimtutor.1 @@ -29,7 +29,7 @@ of overwriting the lessons. .B Vim is always started in .B Vi -compatible mode. +nocompatible mode. .SH OPTIONS .TP .BR \-l ", " \-\-language\ IISO639R diff --git a/runtime/doc/vimtutor.man b/runtime/doc/vimtutor.man index c4cbeaa88..64d0a437d 100644 --- a/runtime/doc/vimtutor.man +++ b/runtime/doc/vimtutor.man @@ -19,7 +19,7 @@ DESCRIPTION Vimtutor only opens temporary copies of the original tutor files, there is no danger of overwriting the lessons. - Vim is always started in Vi compatible mode. + Vim is always started in Vi nocompatible mode. OPTIONS -l, --language ISO639 -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uTlSl-00GRfF-9g%40256bit.org.