Updated FAQ (markdown)

Bailey Ling 2013-10-13 12:02:19 -07:00
parent 49a6380750
commit dfd80e7669

4
FAQ.md

@ -59,6 +59,10 @@ 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.
### 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.
[a]: https://github.com/Lokaltog/vim-powerline
[b]: https://github.com/Lokaltog/powerline
[d]: https://github.com/tpope/vim-fugitive