From 6a41f4a720d8799c995dc4ffc7bcc7c4067c1244 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 26 Mar 2013 20:39:37 -0400 Subject: Replace nerdcommenter with vim-commentary --- .gitmodules | 6 +++--- bundle/nerdcommenter | 1 - bundle/vim-commentary | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 bundle/nerdcommenter create mode 160000 bundle/vim-commentary diff --git a/.gitmodules b/.gitmodules index 526c0e20..912ff471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "bundle/vim-fugitive"] path = bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "bundle/nerdcommenter"] - path = bundle/nerdcommenter - url = https://github.com/ddollar/nerdcommenter.git [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git @@ -70,3 +67,6 @@ [submodule "bundle/paredit.vim"] path = bundle/paredit.vim url = https://github.com/vim-scripts/paredit.vim.git +[submodule "bundle/vim-commentary"] + path = bundle/vim-commentary + url = https://github.com/tpope/vim-commentary.git diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter deleted file mode 160000 index 093e6b3f..00000000 --- a/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 093e6b3f765b728c129a4271f1f34bb70e671f08 diff --git a/bundle/vim-commentary b/bundle/vim-commentary new file mode 160000 index 00000000..a3ae0df1 --- /dev/null +++ b/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit a3ae0df1d9e13941e9e8086637055841ce93f7bd -- cgit 1.4.1