mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
vim-patch:e6ccb64: runtime(doc): fix doc error in :r behaviour (#31755)
closes: vim/vim#16316
e6ccb643a6
Co-authored-by: Martino Ischia <ischiamartino@gmail.com>
This commit is contained in:
@@ -2026,7 +2026,7 @@ the cursor is, or below the specified line. To insert text above the first
|
|||||||
line use the command ":0r {name}".
|
line use the command ":0r {name}".
|
||||||
|
|
||||||
After the ":read" command, the cursor is left on the first non-blank in the
|
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).
|
line (sorry, this is Vi compatible).
|
||||||
|
|
||||||
If a file name is given with ":r", it becomes the alternate file. This can be
|
If a file name is given with ":r", it becomes the alternate file. This can be
|
||||||
|
Reference in New Issue
Block a user