runtime(doc): fix doc error in :r behaviour
Commit:
https://github.com/vim/vim/commit/e6ccb643a63612f20906348f16485d724f8d7f6f
Author: Martino Ischia <[email protected]>
Date: Sat Dec 28 10:19:26 2024 +0100
runtime(doc): fix doc error in :r behaviour
closes: https://github.com/vim/vim/issues/16316
Signed-off-by: Martino Ischia <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 839d17a64..f025d816f 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1tRT94-0093oj-9o%40256bit.org.