diff runtime/doc/intro.txt @ 29403:03e3b0034e31

Update runtime files Commit: https://github.com/vim/vim/commit/5ed11535e0695163cec71033b98bb97356cf0113 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 6 13:18:11 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Jul 2022 14:30:05 +0200
parents f8116058ca76
children 0827d3d6d8c0
line wrap: on
line diff
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -697,7 +697,8 @@ Q			Switch to "Ex" mode.  This is a bit 
 			line-input editing commands (<Del> or <BS> to erase,
 			CTRL-U to kill the whole line).
 			Vim will enter this mode by default if it's invoked as
-			"ex" on the command-line.
+			"ex" on the command-line or the |-e| command line
+			argument was used.
 			Use the ":vi" command |:visual| to exit "Ex" mode.
 			Note: In older versions of Vim "Q" formatted text,
 			that is now done with |gq|.  But if you use the
@@ -708,7 +709,7 @@ Q			Switch to "Ex" mode.  This is a bit 
 gQ			Switch to "Ex" mode like with "Q", but really behave
 			like typing ":" commands after another.  All command
 			line editing, completion etc. is available.
-			Use the ":vi" command |:visual| to exit "Ex" mode.
+			Use the `:vi` command (`:visual`) to exit "Ex" mode.
 
 ==============================================================================
 7. The window contents					*window-contents*