mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-04 12:35:46 +08:00
72e457d8c2
rather let them be defined whenever they are needed. They were only used inside a single function anyhow, so it does not make sense to cache them. In addition, having the user later change the variable won't work as expected.