From 862d8f2009e9d84d9c2acd0a37f5bb3c29fa43a6 Mon Sep 17 00:00:00 2001 From: jimi Date: Tue, 15 Feb 2011 10:42:24 -0600 Subject: [PATCH] Add tpope's haml bundle --- .gitmodules | 3 +++ bundle/haml | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/haml diff --git a/.gitmodules b/.gitmodules index 394ab36..74beccb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/mayansmoke"] path = bundle/mayansmoke url = git@github.com:jinfield/mayansmoke.git +[submodule "bundle/haml"] + path = bundle/haml + url = git://github.com/tpope/vim-haml.git diff --git a/bundle/haml b/bundle/haml new file mode 160000 index 0000000..a0345d5 --- /dev/null +++ b/bundle/haml @@ -0,0 +1 @@ +Subproject commit a0345d5c224aa8c473b11514cf5914823016ffd7