This commit is contained in:
Stefan Liebl 2016-09-28 16:19:35 +02:00
parent bd986ff4ab
commit 2d0a124da5
3 changed files with 6 additions and 1 deletions

4
.gitmodules vendored
View File

@ -54,3 +54,7 @@
path = pack/VisIncr/opt/VisIncr
url = https://github.com/vim-scripts/VisIncr
ignore = untracked
[submodule "pack/xml/opt/xml"]
path = pack/xml/opt/xml
url = https://github.com/othree/xml.vim
ignore = untracked

1
pack/xml/opt/xml Submodule

@ -0,0 +1 @@
Subproject commit 79fc7bde626816a8a94d21988ebdc0dc3ca877ba

View File

@ -292,7 +292,7 @@ packadd tcomment
packadd vc
packadd vimagit
packadd VisIncr
"call dein#add('othree/xml.vim')
packadd xml
" You can specify revision/branch/tag.
"call dein#add('Shougo/vimshell', { 'rev': '3787e5' })