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:
zeertzjq
2026-07-30 08:11:46 +08:00
committed by GitHub
parent d93684023f
commit a85cce90e3
3 changed files with 12 additions and 0 deletions

View File

@@ -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|

View File

@@ -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`
---

View File

@@ -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|
]=],