]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix doc error in :r behaviour
authorMartino Ischia <ischiamartino@gmail.com>
Sat, 28 Dec 2024 09:19:26 +0000 (10:19 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 28 Dec 2024 09:19:26 +0000 (10:19 +0100)
closes: #16316

Signed-off-by: Martino Ischia <ischiamartino@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt

index 839d17a64d18f5ec9c6a75750441e31d99d5286d..f025d816f524f34f1debf3229b0dc8cb3498f67a 100644 (file)
@@ -1,4 +1,4 @@
-*insert.txt*    For Vim version 9.1.  Last change: 2024 Oct 08
+*insert.txt*    For Vim version 9.1.  Last change: 2024 Dec 28
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2090,7 +2090,7 @@ the cursor is, or below the specified line.  To insert text above the first
 line use the command ":0r {name}".
 
 After the ":read" command, the cursor is left on the first non-blank in the
-first new line.  Unless in Ex mode, then the cursor is left on the last new
+first new line.  If in Ex mode, then the cursor is left on the last new
 line (sorry, this is Vi compatible).
 
 If a file name is given with ":r", it becomes the alternate file.  This can be