vrundler 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/vrundler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97826fd5f002519f22d4ef19caf133adb17fd633
|
4
|
+
data.tar.gz: f064d5fefc2ac87c3886373542ba0d9532f8f737
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 600a3c55d5451d963674c34f3a25fd3e144d711c71c2916b834064f6b097c22eefd5575882e510cb416a512a6a6d2e98f77b24faa6f771426df904cb9cf4b1fd
|
7
|
+
data.tar.gz: 3626d2b6572afcdba17d132dfd031b1282fecda690df33ef2dc4af32b38b660be6b522c5008a1ff1063d46264ffd9149eae485e0752b5ff32b88ece6c9fd50d9
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
##Description
|
9
9
|
|
10
|
-
vrundler is a simple tool for managing
|
10
|
+
vrundler is a simple tool I use for managing vim plugins. Not meant to be a vundle competitor, had some downtime one day and decided to refactor one of the old scripts I was using to do vim plugin management. I use pathogen for plugin resolution, so this caters well to supporting it. Just putting the code up here for anyone to look at/use.
|
11
11
|
|
12
12
|
##Installation
|
13
13
|
|
@@ -218,6 +218,7 @@ vrundler install --config_file=PATH_TO_YOUR_CONFIG_FILE
|
|
218
218
|
##Caveats
|
219
219
|
|
220
220
|
* Minimalist type functionality
|
221
|
+
* I'm using pathogen for "script resolution", so this tools is just about unpacking the plugins to where they need to be for pathogen resolution.
|
221
222
|
* Refactored from a script I wrote years ago, didn't write tests for it
|
222
223
|
* I've used it successfully for a long time (about 4 years).
|
223
224
|
* It's optimized for my workflow. YMMV.
|
data/lib/vrundler/version.rb
CHANGED