From e2ad9239c994100923cb36179c7f0e6139e0fc58 Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Wed, 7 Apr 2010 21:01:45 -0400 Subject: [PATCH] fixed plugin-info.txt --- plugin-info.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-info.txt b/plugin-info.txt index b4df53a..70d2d34 100644 --- a/plugin-info.txt +++ b/plugin-info.txt @@ -2,7 +2,7 @@ 'name' : 'snipmate', 'version' : "dev", 'author' : "Michael Sanders ", - 'repository' : {'type': 'git', 'url': 'git://github.com/msanders/snipmate.vim.git'}, + 'repository' : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"}, 'dependencies' : {}, 'description' : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim." }