mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +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