Skip to content

Commit 6af815f

Browse files
committed
Merge remote branch 'taxilian/master'
Conflicts: .gitmodules .vim/bundle/piv .vimrc
2 parents ad418d5 + 1d7e5d4 commit 6af815f

File tree

141 files changed

+31476
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+31476
-106
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
*.pyc
3+
*._*

.gitmodules

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule ".vim/bundle/piv"]
2-
path = .vim/bundle/piv
3-
url = git://github.com/spf13/PIV.git
41
[submodule ".vim/bundle/snipmate"]
52
path = .vim/bundle/snipmate
63
url = git://github.com/spf13/snipmate.vim.git
@@ -19,9 +16,6 @@
1916
[submodule ".vim/bundle/supertab"]
2017
path = .vim/bundle/supertab
2118
url = git://github.com/ervandew/supertab.git
22-
[submodule ".vim/bundle/nerdtree"]
23-
path = .vim/bundle/nerdtree
24-
url = http://github.com/spf13/nerdtree.git
2519
[submodule ".vim/bundle/fugitive"]
2620
path = .vim/bundle/fugitive
2721
url = http://github.com/tpope/vim-fugitive.git
@@ -43,3 +37,21 @@
4337
[submodule ".vim/bundle/surround"]
4438
path = .vim/bundle/surround
4539
url = git://github.com/spf13/vim-surround.git
40+
[submodule ".vim/bundle/piv"]
41+
path = .vim/bundle/piv
42+
url = git://github.com/taxilian/PIV.git
43+
[submodule ".vim/bundle/VimDebugger"]
44+
path = .vim/bundle/VimDebugger
45+
url = git://github.com/taxilian/VimDebugger.git
46+
[submodule ".vim/bundle/nerdtree"]
47+
path = .vim/bundle/nerdtree
48+
url = git://github.com/taxilian/nerdtree.git
49+
[submodule ".vim/bundle/jslint"]
50+
path = .vim/bundle/jslint
51+
url = git://github.com/bloveridge/jslint.vim.git
52+
[submodule ".vim/bundle/pyflakes"]
53+
path = .vim/bundle/pyflakes
54+
url = git://github.com/bloveridge/pyflakes-vim.git
55+
[submodule ".vim/bundle/ack"]
56+
path = .vim/bundle/ack
57+
url = git://github.com/mileszs/ack.vim.git

.vim/bundle/VimDebugger

Submodule VimDebugger added at 282e470

.vim/bundle/ack

Submodule ack added at b6be751

.vim/bundle/jslint

Submodule jslint added at 72d34cc

0 commit comments

Comments
 (0)