From 97d95706042a47bb9f646b67f12556b725c5eb4f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 29 Jun 2014 17:07:55 -0400 Subject: Add tcomment plugin Trying it out to see how it compares to commentary.vim. Getting annoyed that commentary.vim doesn't know to use JavaScript comments for a script embedded in HTML. --- .gitmodules | 3 +++ bundle/tcomment | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/tcomment diff --git a/.gitmodules b/.gitmodules index a7f0908..f52c795 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/vim-scala"] path = bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git +[submodule "bundle/tcomment"] + path = bundle/tcomment + url = https://github.com/tomtom/tcomment_vim.git diff --git a/bundle/tcomment b/bundle/tcomment new file mode 160000 index 0000000..014c8e5 --- /dev/null +++ b/bundle/tcomment @@ -0,0 +1 @@ +Subproject commit 014c8e5d3d47c53b316d31cb0a4c64f556f0d5b0 -- cgit v1.2.3