mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
vim-patch:079700e: runtime(doc): Improve the description at :help :cwindow (#37661)
Describe the "height" argument when opening the quickfix window.
See: vim/vim#19302 ("[cl]window" has different behaviour from "[cl]open" about
their argument [height])
related: vim/vim#19302
closes: vim/vim#19305
079700ee45
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
@@ -649,6 +649,10 @@ can go back to the unfiltered list using the |:colder|/|:lolder| command.
|
||||
errors. If the window is already open and there are
|
||||
no recognized errors, close the window.
|
||||
|
||||
When opening the window and [height] is given, the
|
||||
window becomes that high (if there is room). When
|
||||
[height] is omitted the window is made ten lines high.
|
||||
|
||||
*:lw* *:lwindow*
|
||||
:lw[indow] [height] Same as ":cwindow", except use the window showing the
|
||||
location list for the current window.
|
||||
|
||||
Reference in New Issue
Block a user