commit | 3ec78f973fdaec2cea8e036ed38037b2fe40670b | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Feb 11 11:15:25 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 11:15:25 2023 +0000 |
tree | 1c2f85b5d0b762bbd0e8f943017e0a2e1c240aae | |
parent | 412e0e4ed903682f352d8ea58ded480930cc664f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9e8e975..f28cfd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1300, +/**/ 1299, /**/ 1298,