Skip to content

Commit cd826eb

Browse files
committed
added python-mode
1 parent 83a679b commit cd826eb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@
3434
[submodule "bundle/mediawiki"]
3535
path = bundle/mediawiki
3636
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

README

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
vim files
22

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.
65

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
107

118
git submodule init
129
git submodule update
10+
11+
to add submodules
12+
13+
cd bundle
14+
git submodule add foo

bundle/python-mode

Submodule python-mode added at a9afe07

0 commit comments

Comments
 (0)