05 Jun, 2012
2 commits
-
The -T is not really required here as we're checking and deleting
the target if it already exists. -
This particular plugin does not provide a completion file with the same name as
the plugin name, but does provide completions for a number of other commands.
So we just add all plugin paths to fpath.See https://github.com/sharat87/lawn/issues/1
04 Jun, 2012
1 commit
-
Instead of making a copy and fixing problems with it (like copying/excluding
.git), we now simply create a soft link to the plugin location.
03 Jun, 2012
5 commits
-
The `bundle` command got some new super short syntax sugar. Notes about it in
the README. -
Super short syntax for specifying the plugins. Just give the name to `bundle`
command it will be downloaded from the default antigen repo. -
Trying to copy the .git directory is futile in some situations. So, copy
everything else except of .git directories.
25 May, 2012
10 commits
-
This is just an alias to bundle-install --update.
-
bundle-install command now only updates the plugins' repositories, if the
`--update` argument is given to it.