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