romainl / vim-qf

Tame the quickfix window.
MIT License
629 stars 34 forks source link

fix: missing endif after is+else block #109

Closed talmobi closed 4 years ago

talmobi commented 4 years ago

problem: vim9 related (8.2.x+) updates throw error on missing endif and prevent plugin from loading properly resulting in infinite loops.

solution: add missing endif