mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-21 02:22:04 +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