spacify 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- 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
|