mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-06-19 07:32:13 +08:00
56197d5104
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