From 5bbdd0b082344e77899585db66cfadb32b9186f9 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 23 Jun 2025 19:52:42 +0200 Subject: [PATCH] runtime(doc): vimtutor starts Vim in nocompatible mode closes: #17593 Signed-off-by: Christian Brabandt --- runtime/doc/vimtutor.1 | 2 +- runtime/doc/vimtutor.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5