From 8c71083c449a01dff70b21fd494f9283ec4e664c Mon Sep 17 00:00:00 2001 From: ErinaYip Date: Mon, 11 May 2026 12:37:07 +0800 Subject: [PATCH] docs: refine changelog and fix option references --- docs/manual/release-notes/rl-0.9.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 7943a4f0..98dcc77a 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -132,10 +132,11 @@ [ErinaYip](https://github.com/ErinaYip): -- Added separate `disabledFiletypes.statusline` and `disabledFiletypes.winbar` - options in the lualine module, allowing users to configure which filetypes - should disable lualine for each component independently. Also exposed - `ignoreFocus` option. +- Fixed and updated `lualine` options: + - Enabled the previously unmapped + {option}`vim.statusline.lualine.ignoreFocus`. + - Added {option}`vim.statusline.lualine.disabledFiletypes.statusline` and + {option}`vim.statusline.lualine.disabledFiletypes.winbar`. [SecBear](https://github.com/SecBear):