From 6e74ddc742b19864a77f0307835dc6bc3e3a9705 Mon Sep 17 00:00:00 2001 From: Blake Thomson Date: Thu, 29 Sep 2011 08:39:16 -0700 Subject: [PATCH] Add cucumber runtime files as a submodule. --- .gitmodules | 3 +++ bundle/cucumber | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/cucumber diff --git a/.gitmodules b/.gitmodules index 6c7172d..ca2c687 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "bundle/zencoding"] path = bundle/zencoding url = https://github.com/mattn/zencoding-vim.git +[submodule "bundle/cucumber"] + path = bundle/cucumber + url = https://github.com/tpope/vim-cucumber.git diff --git a/bundle/cucumber b/bundle/cucumber new file mode 160000 index 0000000..2ef3e5a --- /dev/null +++ b/bundle/cucumber @@ -0,0 +1 @@ +Subproject commit 2ef3e5a4876a4cd5ea83a0dcbf17f5c3edbf9de3