1
0
mirror of https://github.com/zplug/zplug synced 2025-04-11 20:13:40 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Aoi Tachibana
588798bcde
Add $ZPLUG_BIN 2017-01-14 12:01:59 +09:00
b4b4r07
7da9aae279 Add test 2017-01-05 22:47:53 +09:00
b4b4r07
0a53b9e83b Fix #335 2017-01-05 01:39:02 +09:00
b4b4r07
c004c60d30 Review conditions under which zglob is executed 2016-12-28 19:49:52 +09:00
b4b4r07
130f8ffe86 Don't use standard zmv 2016-12-27 11:21:06 +09:00
b4b4r07
1f8dcd100e Merge remote-tracking branch 'origin/master' into improve-rename-to 2016-12-27 02:15:28 +09:00
b4b4r07
8ff3bcf36e Make glob expansion like zmv more 2016-12-27 02:14:06 +09:00
b4b4r07
09910e7690 Add the case to be autoloaded with lazy tag
When lazy tag is specified, if there is a file with the same name
as the repository name, it's regarded as an autoload target file
2016-12-26 21:08:45 +09:00
b4b4r07
c1b9c823d1 Supports multiple renames 2016-12-18 01:08:29 +09:00
b4b4r07
d87d318af7 Redesigne the logging system and made it simple 2016-12-14 21:02:18 +09:00
b4b4r07
db410d27e7 Remove nice tag and add defer tag instead 2016-12-01 19:15:23 +09:00
b4b4r07
e8aeb2dd18 Fix type (lazy_plugin) and improve verbose message in load command 2016-12-01 15:31:46 +09:00
b4b4r07
d6d1bb0d6e Create a cache that can be load. Also supports hook-load cache 2016-11-26 17:48:35 +09:00
b4b4r07
753eab4e22 Improve cache-system 2016-11-26 16:08:38 +09:00
b4b4r07
3f052703fd Support use tag in as:theme 2016-11-21 21:48:27 +09:00
b4b4r07
832008f063 Do NOT load the theme file with as:pugin loading 2016-11-21 01:06:00 +09:00
b4b4r07
6001b80075 Add as:theme tag 2016-11-20 00:18:32 +09:00
b4b4r07
c0367511a9 Force to update repos even if conflicted
- fix #283
2016-11-07 17:40:48 +09:00
Naoki Mizuno
df8bc3cd7f Fix fpath not added for completion repositories 2016-10-18 23:59:28 +09:00
Naoki Mizuno
c584c77d9c Use default_tags 2016-09-30 04:46:28 +09:00
Naoki Mizuno
f407a770d7 Merge branch 'master' into expand_glob 2016-09-30 04:38:59 +09:00
Naoki Mizuno
d9f63c41a7 Fix default_tags not set correctly
Fixes #264.
2016-09-30 04:37:15 +09:00
Naoki Mizuno
832d7b5a8b Use second argument for default modifiers 2016-09-30 04:29:17 +09:00
Naoki Mizuno
7e8c5e6c4f Create __zplug::utils:🐚:expand_glob
This function is created to ensure a standard procedure to expand globs
and to make it easier to account for user-specified modifiers.

The behavior of USE tags in as:command is changed so that all executable
files are linked to $ZPLUG_HOME/bin when no USE is specified.
2016-09-26 20:18:26 +09:00
Naoki Mizuno
b2f84269cc Fix lazy:true with from:github
Fix #252.
2016-09-13 22:08:24 +09:00
Naoki Mizuno
a106eeda6f Fix lazy:true from local files/directories
When specifying:

    zplug "$SOME_PATH", from:local, lazy:true

If $SOME_PATH is a path to a file, the parent directory of that file is added
to fpath and the file is autoload-ed. If it's a directory, that directory is
added to fpath but the files in it are not autoload-ed.
2016-09-13 09:02:26 +09:00
b4b4r07
a8f9f988a9 Logging "too few arguments" instead of "${var:?}" 2016-08-07 20:58:35 +09:00
b4b4r07
bb0e48e4f4 v2.1.1 2016-08-07 17:34:29 +09:00