mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-03-07 15:41:57 +08:00
there was a call to s:init() missing in the toggle function. Without it, it wouldn't reload correctly, since the s:initialized variable would never be set to 1 again. So load it when setting up everything correctly. fixes #1842