vim-jar 0.1.2 → 0.1.2.0001
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.md +10 -1
- data/lib/vim-jar/plugins.yml +15 -0
- data/lib/vim-jar/version.rb +1 -1
- metadata +4 -3
data/README.md
CHANGED
|
@@ -62,11 +62,20 @@ Roadmap
|
|
|
62
62
|
* Rank popular plugins
|
|
63
63
|
* Category plugins
|
|
64
64
|
|
|
65
|
+
Troubleshooting
|
|
66
|
+
=============
|
|
67
|
+
* Git submodule error - I suggest re-install these plugins
|
|
68
|
+
Like these
|
|
69
|
+
|
|
70
|
+
`Unable to checkout 'e53a8582a4b1fcb664779bf598de9830cc8d4613' in submodule path 'bundle/vim-ruby'
|
|
71
|
+
error: More than one value for the key submodule.bundle/rails.url: git://github.com/ujihisa/quickrun.git
|
|
72
|
+
`
|
|
65
73
|
|
|
66
74
|
Thanks
|
|
67
75
|
=============
|
|
68
76
|
|
|
69
77
|
* Thanks brons_vimtools@rinspin.com port vim plugins to github
|
|
70
|
-
* Thanks Vincent help me test this gem
|
|
78
|
+
* Thanks [Vincent](https://github.com/linsong) help me test this gem
|
|
79
|
+
|
|
71
80
|
|
|
72
81
|
|
data/lib/vim-jar/plugins.yml
CHANGED
|
@@ -2676,3 +2676,18 @@
|
|
|
2676
2676
|
type: git
|
|
2677
2677
|
homepage: https://github.com/vim-scripts/vimblogger_ft
|
|
2678
2678
|
desc: reStructuredText to Blogger Interface
|
|
2679
|
+
- name: greplace.vim
|
|
2680
|
+
url: git://github.com/skwp/greplace.vim.git
|
|
2681
|
+
type: git
|
|
2682
|
+
homepage: https://github.com/skwp/greplace.vim
|
|
2683
|
+
desc: Global search and replace for VI
|
|
2684
|
+
- name: scss-syntax.vim
|
|
2685
|
+
url: git://github.com/cakebaker/scss-syntax.vim.git
|
|
2686
|
+
type: git
|
|
2687
|
+
homepage: https://github.com/cakebaker/scss-syntax.vim
|
|
2688
|
+
desc: Vim syntax file for scss (Sassy CSS)
|
|
2689
|
+
- name: vim-coffee-script
|
|
2690
|
+
url: git://github.com/kchmck/vim-coffee-script.git
|
|
2691
|
+
type: git
|
|
2692
|
+
homepage: https://github.com/kchmck/vim-coffee-script
|
|
2693
|
+
desc: CoffeeScript support for vim
|
data/lib/vim-jar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vim-jar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 77
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
9
|
- 2
|
|
10
|
-
|
|
10
|
+
- 1
|
|
11
|
+
version: 0.1.2.0001
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- allen wei
|
|
@@ -15,7 +16,7 @@ autorequire:
|
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date:
|
|
19
|
+
date: 2011-01-25 00:00:00 +08:00
|
|
19
20
|
default_executable:
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|