mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 19:11:52 +00:00
feat(options): default statusline expression #33036
Problem: Default 'statusline' is implemented in C and not representable as a statusline expression. This makes it hard for user configs/plugins to extend it. Solution: - Change the default 'statusline' slightly to a statusline expression. - Remove the C implementation.
This commit is contained in:
@@ -396,7 +396,7 @@ describe(':checkhealth window', function()
|
||||
top
|
||||
and [[
|
||||
[4:--------------------------------------------------]|*12
|
||||
health:// |
|
||||
health:// [-] |
|
||||
[2:--------------------------------------------------]|*11]]
|
||||
or ([[
|
||||
[2:--------------------------------------------------]|*11
|
||||
|
||||
Reference in New Issue
Block a user