mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
vim-patch:partial:b4ae16c: runtime(doc): clarify 'laststatus' effect (#41052)
fixes: vim/vim#20875
b4ae16ca3e
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -4038,6 +4038,10 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
1: only if there are at least two windows
|
||||
2: always
|
||||
3: always and ONLY the last window
|
||||
|
||||
Here "last window" means the last window in a column, i.e. the bottom-
|
||||
most one, just above the command line.
|
||||
|
||||
The screen looks nicer with a status line if you have several
|
||||
windows, but it takes another screen line. |status-line|
|
||||
|
||||
|
||||
4
runtime/lua/vim/_meta/options.gen.lua
generated
4
runtime/lua/vim/_meta/options.gen.lua
generated
@@ -3965,6 +3965,10 @@ vim.go.lrm = vim.go.langremap
|
||||
--- 1: only if there are at least two windows
|
||||
--- 2: always
|
||||
--- 3: always and ONLY the last window
|
||||
---
|
||||
--- Here "last window" means the last window in a column, i.e. the bottom-
|
||||
--- most one, just above the command line.
|
||||
---
|
||||
--- The screen looks nicer with a status line if you have several
|
||||
--- windows, but it takes another screen line. `status-line`
|
||||
---
|
||||
|
||||
@@ -5377,6 +5377,10 @@ local options = {
|
||||
1: only if there are at least two windows
|
||||
2: always
|
||||
3: always and ONLY the last window
|
||||
|
||||
Here "last window" means the last window in a column, i.e. the bottom-
|
||||
most one, just above the command line.
|
||||
|
||||
The screen looks nicer with a status line if you have several
|
||||
windows, but it takes another screen line. |status-line|
|
||||
]=],
|
||||
|
||||
Reference in New Issue
Block a user