+ linediff

This commit is contained in:
Stefan Liebl 2016-09-28 16:00:51 +02:00
parent 1f4803f11b
commit 944fd11bac
3 changed files with 6 additions and 0 deletions

4
.gitmodules vendored
View File

@ -18,3 +18,7 @@
path = pack/gundo/opt/gundo
url = https://github.com/sjl/gundo.vim
ignore = untracked
[submodule "pack/linediff/opt/linediff"]
path = pack/linediff/opt/linediff
url = https://github.com/AndrewRadev/linediff.vim
ignore = untracked

@ -0,0 +1 @@
Subproject commit 0c60eb4de8827d762137e7d956219ee7f5b67494

View File

@ -283,6 +283,7 @@ packadd fugitive
"call dein#add('skibyte/gdb-from-vim', {'rev': 'develop'})
packadd gitv
packadd gundo
packadd linediff
"call dein#add('AndrewRadev/linediff.vim')
"call dein#add('idanarye/vim-merginal')
"call dein#add('lyuts/vim-rtags')