mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-28 06:36:58 +08: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.