From 1e81b3cc30cd729ea15a4983c2c29175f06ac2c9 Mon Sep 17 00:00:00 2001 From: Abhi Sharma Date: Sun, 6 Apr 2014 15:42:18 -0400 Subject: [PATCH 1/2] add slim to vim syntaxing --- bundle/vim-slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/vim-slim b/bundle/vim-slim index d44803de..8e2466a3 160000 --- a/bundle/vim-slim +++ b/bundle/vim-slim @@ -1 +1 @@ -Subproject commit d44803de51ff061ab404de2e6ef8b2729a8da396 +Subproject commit 8e2466a3de21d832cd9c19f309a9cec6c2f2e039 From 95aefec9ac6c867ec935ac463c8168f79a7cff05 Mon Sep 17 00:00:00 2001 From: Abhi Sharma Date: Mon, 7 Apr 2014 21:40:36 -0400 Subject: [PATCH 2/2] update vim-slim to correct git url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9b412399..f67ec2d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,7 +95,7 @@ ignore = dirty [submodule "bundle/vim-slim"] path = bundle/vim-slim - url = git://github.com/bbommarito/vim-slim.git + url = git://github.com/slim-template/vim-slim.git [submodule "bundle/gundo"] path = bundle/gundo url = https://github.com/sjl/gundo.vim.git