diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-28 19:06:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 11:06:18 +0000 |
commit | bc624ccffd20ccb36cbcb0165541bf38c28d724e (patch) | |
tree | 7793c6ed608f6f5c32c88f09713a2b0557b083ee /runtime/doc/insert.txt | |
parent | 518070731003e30ea7eee96e76ccdf7b950c90da (diff) | |
download | rneovim-bc624ccffd20ccb36cbcb0165541bf38c28d724e.tar.gz rneovim-bc624ccffd20ccb36cbcb0165541bf38c28d724e.tar.bz2 rneovim-bc624ccffd20ccb36cbcb0165541bf38c28d724e.zip |
vim-patch:e6ccb64: runtime(doc): fix doc error in :r behaviour (#31755)
closes: vim/vim#16316
https://github.com/vim/vim/commit/e6ccb643a63612f20906348f16485d724f8d7f6f
Co-authored-by: Martino Ischia <ischiamartino@gmail.com>
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 48fd442b7e..d3b822e72b 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -2026,7 +2026,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 |