Added vim-dispatch to submodules, fixed .gitignores
This commit is contained in:
parent
e7bc60ac1b
commit
a2e7f290cc
2 changed files with 7 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
temp_dirs/undodir*
|
temp_dirs/undodir*
|
||||||
bundle/ack.vim/.netrwhist
|
bundle/ack.vim/.netrwhist
|
||||||
temp_dirs/yankring_history_v2.txt
|
temp_dirs/yankring_history_v2.txt
|
||||||
sources_forked/yankring/doc/tags
|
sources_forked/**/doc/tags
|
||||||
bundle/tlib/doc/tags
|
bundle/**/doc/tags
|
||||||
tags
|
bundle/smartgf/*
|
||||||
|
bundle/vim-dispatch/*
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "bundle/smartgf"]
|
[submodule "bundle/smartgf"]
|
||||||
path = bundle/smartgf
|
path = bundle/smartgf
|
||||||
url = git@github.com:gorkunov/smartgf.vim.git
|
url = git@github.com:gorkunov/smartgf.vim.git
|
||||||
|
[submodule "bundle/vim-dispatch"]
|
||||||
|
path = bundle/vim-dispatch
|
||||||
|
url = git://github.com/tpope/vim-dispatch.git
|
||||||
|
|
Loading…
Reference in a new issue