diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-02-11 20:00:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 20:00:31 +0800 |
commit | 374955bcc571dff05f068ec18d0f578d1f334c5f (patch) | |
tree | 7abf6225aa4751316e1d6df16c3fcd3b4d311861 /runtime/doc/vim_diff.txt | |
parent | 414ff7742faad10f407f141534d5314acda0ec70 (diff) | |
download | rneovim-374955bcc571dff05f068ec18d0f578d1f334c5f.tar.gz rneovim-374955bcc571dff05f068ec18d0f578d1f334c5f.tar.bz2 rneovim-374955bcc571dff05f068ec18d0f578d1f334c5f.zip |
vim-patch:9.0.1300: 'statusline' only supports one "%=" item (#22218)
Problem: 'statusline' only supports one "%=" item.
Solution: Add support for multiple "%=" items. (TJ DeVries, Yegappan
Lakshmanan, closes vim/vim#11970, closes vim/vim#11965)
https://github.com/vim/vim/commit/3ec78f973fdaec2cea8e036ed38037b2fe40670b
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index bb3b670b24..97fc211c36 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -267,7 +267,6 @@ Options: 'pumblend' pseudo-transparent popupmenu 'scrollback' 'signcolumn' supports up to 9 dynamic/fixed columns - 'statusline' supports unlimited alignment sections 'tabline' %@Func@foo%X can call any function on mouse-click 'winblend' pseudo-transparency in floating windows |api-floatwin| 'winhighlight' window-local highlights @@ -292,6 +291,7 @@ These Nvim features were later integrated into Vim. - |WinScrolled| - |:sign-define| "numhl" argument - |:source| works with anonymous (no file) scripts +- 'statusline' supports unlimited alignment sections ============================================================================== 5. Changed features *nvim-features-changed* |