The feature has existed in Neovim since mid-2016: neovim/neovim#4489
I want to be able to use more than one %= in &statusline, rather than just one. My stl is quite minimal and I really enjoy just having the buffer name centered in the stl. I don't know if there's functionally any purpose, just an aesthetic preference.
Describe the solution you'd like
Allow any number of %= in &statusline rather than one. So that: set stl=left%=centered%=right centers the 'centered' string.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
screenshot of using it in neovim:
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I don't know how 3+ %= would be useful myself, I'd be happy with 2 :) I don't think I have enough knowledge to port what I need from the Neovim PR, so I'll leave this open so someone else could try.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I don't know how 3+ %= would be useful myself, I'd be happy with 2 :) I don't think I have enough knowledge to port what I need from the Neovim PR, so I'll leave this open so someone else could try.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #11965 as completed via 3ec78f9.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()