From a53e665954427ec71d2b7a2bb677f145b1f136a1 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 6 Aug 2012 12:40:47 -0500 Subject: [PATCH] [vim] replacing tcomment with vim-commentary --- .gitmodules | 6 +++--- vim/vim.symlink/bundle/tcomment_vim | 1 - vim/vim.symlink/bundle/vim-commentary | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 vim/vim.symlink/bundle/tcomment_vim create mode 160000 vim/vim.symlink/bundle/vim-commentary diff --git a/.gitmodules b/.gitmodules index c87dd63..a69b9c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,9 +58,6 @@ [submodule "vim/vim.symlink/bundle/vim-rails"] path = vim/vim.symlink/bundle/vim-rails url = https://github.com/tpope/vim-rails.git -[submodule "vim/vim.symlink/bundle/tcomment_vim"] - path = vim/vim.symlink/bundle/tcomment_vim - url = https://github.com/tomtom/tcomment_vim.git [submodule "vim/vim.symlink/bundle/vim-pathogen"] path = vim/vim.symlink/bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git @@ -82,3 +79,6 @@ [submodule "vim/vim.symlink/bundle/vim-surround"] path = vim/vim.symlink/bundle/vim-surround url = https://github.com/tpope/vim-surround.git +[submodule "vim/vim.symlink/bundle/vim-commentary"] + path = vim/vim.symlink/bundle/vim-commentary + url = https://github.com/tpope/vim-commentary.git diff --git a/vim/vim.symlink/bundle/tcomment_vim b/vim/vim.symlink/bundle/tcomment_vim deleted file mode 160000 index 4d55a4b..0000000 --- a/vim/vim.symlink/bundle/tcomment_vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4d55a4b55666a5846956655e1a1ca30004702b06 diff --git a/vim/vim.symlink/bundle/vim-commentary b/vim/vim.symlink/bundle/vim-commentary new file mode 160000 index 0000000..dc349bb --- /dev/null +++ b/vim/vim.symlink/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit dc349bb7d30f713d770fc1fa0fe209e6aab82dc8