11 Aug, 2012
1 commit
10 Aug, 2012
12 commits
-
Apparently lines ending in an operator don't need a `\` to continue to next
line. Realised this thanks to @Tarrasch's pull request. -
Conflicts:
antigen.zsh -
There is a fourth boolean field in the record, which indicates wheather the
plugin has a local clone made. -
Renamed function to a temporary looking name and to more reflect its purpose.
Also, undefining the function once its purpose has been done. -
The latest published version of cram doesn't work for us. We need a development
version, as specifed in the `requirements.txt` file. This is now documented.
09 Aug, 2012
3 commits
-
The link should point to the project under zsh-users organization and not under the sharat87 user.
-
Change clone url to point to the zsh-users repo.
08 Aug, 2012
4 commits
02 Aug, 2012
2 commits
-
Fix link to @kennethreitz's autoenv.
-
The standard markdown link syntax was used instead of the reference syntax.
31 Jul, 2012
2 commits
-
Local bundles, if are recorded with a `--branch` option, should *always* be
cloned.
27 Jul, 2012
2 commits
-
We force the `--no-local-clone` argument to `-bundle` command, when the given
repo url is an absolute local path and it is *not* a git repo. It doesn't make
sense to clone something which is not a repo!
26 Jul, 2012
7 commits
-
Using a new `make_local_clone` variable which is an internal field that better
represents whether we need a local clone. -
Keyword arguments of the syntax `--arg` are supported, not just `--arg=val`.
25 Jul, 2012
1 commit
-
The `-`'s were being replaced to `_`'s even in the value of the given argument,
whereas the intention was to just replace them in the name of the argument. This
is now fixed.
24 Jul, 2012
5 commits
-
The new `--no-local-clone` argument to -bundle command makes it so that if the
bundle specified is a local path, then no new clone is made. The bundle is
loaded directly from the given path. -
The position_args variable is now an array, instead of a string with argument
names split by a space. This feels much cleaner. -
Currently, a keyword style argument given to -bundle command requires a value,
like `--name=val`. With this, just a `--name` would imply `--name=true`
20 Jul, 2012
1 commit