From e67b7e9c1025127d92526445801634e7a49f256b Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Tue, 13 Mar 2012 23:12:17 -0400 Subject: [PATCH] add new snipmate plugin from garbas - with snippets from honza (as recommended by garbas) - with dependencies tlib and vim-addon-mw-utils --- .gitmodules | 12 ++++++++++++ vim/bundle/MarcWeber-vim-addon-mw-utils | 1 + vim/bundle/garbas-vim-snipmate | 1 + vim/bundle/honza-snipmate-snippets | 1 + vim/bundle/tomtom-tlib_vim | 1 + 5 files changed, 16 insertions(+) create mode 160000 vim/bundle/MarcWeber-vim-addon-mw-utils create mode 160000 vim/bundle/garbas-vim-snipmate create mode 160000 vim/bundle/honza-snipmate-snippets create mode 160000 vim/bundle/tomtom-tlib_vim diff --git a/.gitmodules b/.gitmodules index 58721f8..bad046f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -276,3 +276,15 @@ [submodule "vim/bundle/vim-scripts-camelcasemotion"] path = vim/bundle/vim-scripts-camelcasemotion url = https://github.com/vim-scripts/camelcasemotion.git +[submodule "vim/bundle/garbas-vim-snipmate"] + path = vim/bundle/garbas-vim-snipmate + url = https://github.com/garbas/vim-snipmate.git +[submodule "vim/bundle/MarcWeber-vim-addon-mw-utils"] + path = vim/bundle/MarcWeber-vim-addon-mw-utils + url = https://github.com/MarcWeber/vim-addon-mw-utils.git +[submodule "vim/bundle/tomtom-tlib_vim"] + path = vim/bundle/tomtom-tlib_vim + url = https://github.com/tomtom/tlib_vim.git +[submodule "vim/bundle/honza-snipmate-snippets"] + path = vim/bundle/honza-snipmate-snippets + url = https://github.com/honza/snipmate-snippets.git diff --git a/vim/bundle/MarcWeber-vim-addon-mw-utils b/vim/bundle/MarcWeber-vim-addon-mw-utils new file mode 160000 index 0000000..a2676b4 --- /dev/null +++ b/vim/bundle/MarcWeber-vim-addon-mw-utils @@ -0,0 +1 @@ +Subproject commit a2676b4225b8a370b9e7046c5fc2f5ad1155e590 diff --git a/vim/bundle/garbas-vim-snipmate b/vim/bundle/garbas-vim-snipmate new file mode 160000 index 0000000..f1e8510 --- /dev/null +++ b/vim/bundle/garbas-vim-snipmate @@ -0,0 +1 @@ +Subproject commit f1e851048fefca4be5a4913596a9288f6ccdf6d8 diff --git a/vim/bundle/honza-snipmate-snippets b/vim/bundle/honza-snipmate-snippets new file mode 160000 index 0000000..b347b12 --- /dev/null +++ b/vim/bundle/honza-snipmate-snippets @@ -0,0 +1 @@ +Subproject commit b347b12dcfd341d3f038d2486ba714c5ac437402 diff --git a/vim/bundle/tomtom-tlib_vim b/vim/bundle/tomtom-tlib_vim new file mode 160000 index 0000000..4bfa2df --- /dev/null +++ b/vim/bundle/tomtom-tlib_vim @@ -0,0 +1 @@ +Subproject commit 4bfa2df5cfe9a139d65ab9a3ca1609623e968b90