From f5a75d075d3c005ebe69e3f5e56cf99516e8aa3b Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Thu, 8 Apr 2010 00:47:30 -0400 Subject: [PATCH] made plugin-info.txt have double quotes for valid JSON --- plugin-info.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin-info.txt b/plugin-info.txt index 70d2d34..0936bc1 100644 --- a/plugin-info.txt +++ b/plugin-info.txt @@ -1,8 +1,8 @@ { - 'name' : 'snipmate', - 'version' : "dev", - 'author' : "Michael Sanders ", - '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." + "name" : "snipmate", + "version" : "dev", + "author" : "Michael Sanders ", + "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." }