aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-23 22:48:41 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:28 -0400
commitd4b65fa6fb330a5a174bdc3a8a838cffa28b0859 (patch)
tree3b3f5e20196607933f32f2ae8d6cfdc117897fe7 /runtime/doc
parent233292b0ba9fb5d60ef7b2973c3a778e9c12be0c (diff)
downloadrneovim-d4b65fa6fb330a5a174bdc3a8a838cffa28b0859.tar.gz
rneovim-d4b65fa6fb330a5a174bdc3a8a838cffa28b0859.tar.bz2
rneovim-d4b65fa6fb330a5a174bdc3a8a838cffa28b0859.zip
vim-patch:1ff14ba24c4d
Update runtime files. https://github.com/vim/vim/commit/1ff14ba24c4d85c008d7abe5e140dbb497ffea8d
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt4
-rw-r--r--runtime/doc/windows.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 9695aee15a..5dfe8d595d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5176,8 +5176,8 @@ A jump table for the options with a short description can be found at |Q_op|.
See |option-backslash| about including spaces and backslashes.
Environment variables are expanded |:set_env|.
- If the name of the shell contains a space, you might need to enclose
- it in quotes. Example: >
+ If the name of the shell contains a space, you need to enclose it in
+ quotes. Example: >
:set shell=\"c:\program\ files\unix\sh.exe\"\ -f
< Note the backslash before each quote (to avoid starting a comment) and
each space (to avoid ending the option value), so better use |:let-&|
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 2de2351e11..1864c2ee30 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -521,6 +521,10 @@ CTRL-W + Increase current window height by N (default 1).
CTRL-W CTRL-_ *CTRL-W_CTRL-_* *CTRL-W__*
CTRL-W _ Set current window height to N (default: highest possible).
+:{winnr}res[ize] [+-]N
+ Like `:resize` above, but apply the size to window {winnr}
+ instead of the current window.
+
z{nr}<CR> Set current window height to {nr}.
*CTRL-W_<*