From faff0c4ba1d59d85213632914314fe1a69476895 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Oct 2010 17:08:14 -0700 Subject: [PATCH] Added cofee-script bundle. --- .gitmodules | 3 +++ bundle/vim-coffee-script | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-coffee-script diff --git a/.gitmodules b/.gitmodules index 9c2c904..fcbcdfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "bundle/unicode"] path = bundle/unicode url = http://github.com/chrisbra/unicode.vim.git +[submodule "bundle/vim-coffee-script"] + path = bundle/vim-coffee-script + url = http://github.com/kchmck/vim-coffee-script.git diff --git a/bundle/vim-coffee-script b/bundle/vim-coffee-script new file mode 160000 index 0000000..d82885a --- /dev/null +++ b/bundle/vim-coffee-script @@ -0,0 +1 @@ +Subproject commit d82885ac8231dced7dfb40809f7783d9b3817ab8