mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 23:03:51 -05:00
If you throw an exception inside of a conditional, Vim Script, with its infinite wisdom, will complain that that it never saw the matching :endif. Rearrange to put the exception outside the conditional where possible.