mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 22:28:43 +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:
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`
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user