mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-04-26 12:00:22 +08:00
6141a59278
If the user updates the airline_symbols.branch variable later in the vimrc, the value will not update after the initial init. Since these variables are only used in the get_head() function, I moved them locally within the function to allow evaluation on each instance.