]> granicus.if.org Git - vim/commit
patch 9.0.1300: 'statusline' only supports one "%=" item v9.0.1300
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 11 Feb 2023 11:15:25 +0000 (11:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Feb 2023 11:15:25 +0000 (11:15 +0000)
commit3ec78f973fdaec2cea8e036ed38037b2fe40670b
tree1c2f85b5d0b762bbd0e8f943017e0a2e1c240aae
parent412e0e4ed903682f352d8ea58ded480930cc664f
patch 9.0.1300: 'statusline' only supports one "%=" item

Problem:    'statusline' only supports one "%=" item.
Solution:   Add support for multiple "%=" items. (TJ DeVries, Yegappan
            Lakshmanan, closes #11970, closes #11965)
runtime/doc/options.txt
src/buffer.c
src/option.h
src/optionstr.c
src/testdir/test_statusline.vim
src/version.c