From a90d947f05534ac7d83ecdf5cc83cb9bf3e507a1 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 16 May 2024 09:13:54 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 9d88af6..6bba707 100644 --- a/FAQ.md +++ b/FAQ.md @@ -148,6 +148,8 @@ For more details see this [issue](https://github.com/bling/vim-airline/issues/78 Try adding `set fillchars+=stl:\ ,stlnc:\ ` to your vimrc. Also, make sure you're using a colorscheme that has different `StatusLine` and `StatusLineNC` highlight groups. +This issue has been fixed in Vim with patch [v9.0.2095](https://github.com/vim/vim/releases/tag/v9.0.2095). + # Colors go out of sync when I source my `vimrc` vim-airline internally uses autocmds to change colors, and the order of autocmds may change from one configuration to the next. Sometimes this means that if you use things like `BufEnter` you may find that the colors go out of sync. vim-airline exposes a command `AirlineRefresh` which you can use to reload all the colors manually.