From bdbe7a64f0cd187740bb7b006dd0cb7d818bf0ae Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Mon, 21 Feb 2011 14:48:37 +1000 Subject: [PATCH] More vim bundles --- .gitmodules | 12 ++++++++++++ vim/bundle/Ack.vim | 1 + vim/bundle/AutoCloseTag | 1 + vim/bundle/SearchComplete | 1 + vim/bundle/vim-flog | 1 + 5 files changed, 16 insertions(+) create mode 160000 vim/bundle/Ack.vim create mode 160000 vim/bundle/AutoCloseTag create mode 160000 vim/bundle/SearchComplete create mode 160000 vim/bundle/vim-flog diff --git a/.gitmodules b/.gitmodules index eec3410..fa39898 100644 --- a/.gitmodules +++ b/.gitmodules @@ -115,3 +115,15 @@ [submodule "vim/bundle/vim-css-color"] path = vim/bundle/vim-css-color url = https://github.com/skammer/vim-css-color.git +[submodule "vim/bundle/AutoCloseTag"] + path = vim/bundle/AutoCloseTag + url = https://github.com/vim-scripts/HTML-AutoCloseTag.git +[submodule "vim/bundle/SearchComplete"] + path = vim/bundle/SearchComplete + url = https://github.com/vim-scripts/SearchComplete.git +[submodule "vim/bundle/Ack.vim"] + path = vim/bundle/Ack.vim + url = https://github.com/mileszs/ack.vim.git +[submodule "vim/bundle/vim-flog"] + path = vim/bundle/vim-flog + url = https://github.com/fousa/vim-flog.git diff --git a/vim/bundle/Ack.vim b/vim/bundle/Ack.vim new file mode 160000 index 0000000..b6be751 --- /dev/null +++ b/vim/bundle/Ack.vim @@ -0,0 +1 @@ +Subproject commit b6be751b4b4391e7e25ba51e36300a8e04820846 diff --git a/vim/bundle/AutoCloseTag b/vim/bundle/AutoCloseTag new file mode 160000 index 0000000..af2c6d8 --- /dev/null +++ b/vim/bundle/AutoCloseTag @@ -0,0 +1 @@ +Subproject commit af2c6d8b442d07ceb4567300d8ad749ce80d065a diff --git a/vim/bundle/SearchComplete b/vim/bundle/SearchComplete new file mode 160000 index 0000000..d85ccf8 --- /dev/null +++ b/vim/bundle/SearchComplete @@ -0,0 +1 @@ +Subproject commit d85ccf8c6c1fa88feff0c56b8fe271b7d91bd292 diff --git a/vim/bundle/vim-flog b/vim/bundle/vim-flog new file mode 160000 index 0000000..39ae12e --- /dev/null +++ b/vim/bundle/vim-flog @@ -0,0 +1 @@ +Subproject commit 39ae12e77b2de05faf51b06403baf99cd6842425