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." }