mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 13:27:43 +00:00
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.