Go to file
Tim Pope 9761434605 Quiet some "E171: Missing :endif" errors
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.
2009-11-10 21:17:21 -05:00
doc Add :Gstatus with "-" map to stage and unstage 2009-10-19 22:11:40 -04:00
plugin Quiet some "E171: Missing :endif" errors 2009-11-10 21:17:21 -05:00