mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-05-12 10:50:35 +02:00
This enables the highlighting caching only when the variable g:airline_highlighting_cache is set to 1 Should make airline faster and more performant, because we can save a lot of expensive C core calls. However, when redefining highlighting groups, it might not correctly reset the cache.