File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 34
34
[submodule "bundle/mediawiki "]
35
35
path = bundle/mediawiki
36
36
url = git://github.com/chikamichi/mediawiki.vim.git
37
+ [submodule "bundle/python-mode "]
38
+ path = bundle/python-mode
39
+ url = git://github.com/klen/python-mode.git
Original file line number Diff line number Diff line change 1
1
vim files
2
2
3
- experimenting with vim pathogen and other bundles. works on my macbook air,
4
- with vim compiled from src with +python plus this, that, and the other rather
5
- than the stock vim.
3
+ experimenting with vim pathogen and other bundles. with vim compiled from
4
+ src with +python plus this, that, and the other rather than the stock vim.
6
5
7
- yet to try it out in all of my environments. eventually.
8
-
9
- experimenting with using submodules. when cloning this, don't forget to call
6
+ when cloning this, don't forget to call
10
7
11
8
git submodule init
12
9
git submodule update
10
+
11
+ to add submodules
12
+
13
+ cd bundle
14
+ git submodule add foo
Submodule python-mode added at
a9afe07
You can’t perform that action at this time.
0 commit comments