aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/windows.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 23:21:50 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 23:47:11 -0400
commit2081504a331f2ca97922056f6b42b8d0e6c2e306 (patch)
tree49017e3dac80477d29e9aee14953f905cf1c7f2d /runtime/doc/windows.txt
parentac83c6eba65e92d434f3245f518f869c94751e6b (diff)
downloadrneovim-2081504a331f2ca97922056f6b42b8d0e6c2e306.tar.gz
rneovim-2081504a331f2ca97922056f6b42b8d0e6c2e306.tar.bz2
rneovim-2081504a331f2ca97922056f6b42b8d0e6c2e306.zip
vim-patch:942db23c9cb7
Update runtime files https://github.com/vim/vim/commit/942db23c9cb7532d68048530d749eb84ca94d0cd Omit po files.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r--runtime/doc/windows.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index f6460e40dc..51d732bafb 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -186,7 +186,9 @@ CTRL-W CTRL_N *CTRL-W_CTRL-N*
:[N]new [++opt] [+cmd] {file}
:[N]sp[lit] [++opt] [+cmd] {file} *:split_f*
Create a new window and start editing file {file} in it. This
- behaves like a ":split" first, and then an ":e" command.
+ behaves almost like a ":split" first, and then an ":edit"
+ command, but the alternate file name in the original window is
+ set to {file}.
If [+cmd] is given, execute the command when the file has been
loaded |+cmd|.
Also see |++opt|.