diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-11 14:14:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 14:14:17 +0100 |
commit | e866da12eeae1e5521abd89a94a7f7c9595a75c3 (patch) | |
tree | 3ea2d88dd62d09b6b5962c40cf61be2c771444cb /runtime/doc/windows.txt | |
parent | 25eb7692d8e29cc83a70d74cbe1a8a1fae1f8ba2 (diff) | |
download | rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.tar.gz rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.tar.bz2 rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.zip |
vim-patch:2f0936cb9a2e (#17007)
* vim-patch:2f0936cb9a2e
Update runtime files
https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index bb31895c96..5b91321c40 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -124,7 +124,7 @@ highlight group (|hl-EndOfBuffer|) can be used to change the highlighting of the filler characters. ============================================================================== -3. Opening and closing a window *opening-window* *E36* +3. Opening and closing a window *opening-window* CTRL-W s *CTRL-W_s* CTRL-W S *CTRL-W_S* @@ -223,6 +223,10 @@ CTRL-W ge *CTRL-W_ge* Note that the 'splitbelow' and 'splitright' options influence where a new window will appear. + *E36* +Creating a window will fail if there is not enough room. Every window needs +at least one screen line and column, sometimes more. Options 'winminheight' +and 'winminwidth' are relevant. *:vert* *:vertical* :vert[ical] {cmd} |