Commit c7827f8ac0319804e0ab0ceae544e565de28289d
1 parent
7af602daed
Fix comments to indicate the fourth field.
There is a fourth boolean field in the record, which indicates wheather the plugin has a local clone made.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | # Each line in this string has the following entries separated by a space |
4 | 4 | # character. |
5 | -# <repo-url>, <plugin-location>, <bundle-type> | |
5 | +# <repo-url>, <plugin-location>, <bundle-type>, <has-local-clone> | |
6 | 6 | # FIXME: Is not kept local by zsh! |
7 | 7 | local _ANTIGEN_BUNDLE_RECORD="" |
8 | 8 |