spacify 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +7 -5
- data/VERSION +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -50,12 +50,14 @@ I like it I think it helps me find things faster. I figure to each their own.
|
|
|
50
50
|
|
|
51
51
|
== Installation
|
|
52
52
|
|
|
53
|
-
gem install spacify
|
|
53
|
+
gem install spacify
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
# only works if gems are in your PATH ...(and on linux (maybe mac))
|
|
56
|
+
cp $(dirname $(which spacify))/../gems/$(gem list spacify | tail -1 | sed 's/[)(]//g' | tr ' ' '-')/spacify.vim ~/.vim/plugin/
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
to your .vimrc file add
|
|
60
|
+
source ~/.vim/plugin/spacify.vim
|
|
59
61
|
|
|
60
62
|
== Note on Patches/Pull Requests
|
|
61
63
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|