From: Christian Brabandt Date: Mon, 23 Jun 2025 17:52:42 +0000 (+0200) Subject: runtime(doc): vimtutor starts Vim in nocompatible mode X-Git-Tag: v9.1.1476~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bbdd0b;p=thirdparty%2Fvim.git runtime(doc): vimtutor starts Vim in nocompatible mode closes: #17593 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/vimtutor.1 b/runtime/doc/vimtutor.1 index 0320b24537..14269c0c68 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\ \fIISO639\fR diff --git a/runtime/doc/vimtutor.man b/runtime/doc/vimtutor.man index c4cbeaa885..64d0a437db 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