0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(doc): vimtutor starts Vim in nocompatible mode

closes: #17593

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2025-06-23 19:52:42 +02:00
parent a9b95c3d33
commit 5bbdd0b082
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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