From 775dfb99e2dbb9903a3de1a75cd472f442496ab2 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 22 Sep 2011 15:37:25 +0900 Subject: [PATCH] oops. version mismatch. --- plugin/zencoding.vim | 2 +- zencoding.vim.vimup | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugin/zencoding.vim b/plugin/zencoding.vim index bb5976b..d37feac 100644 --- a/plugin/zencoding.vim +++ b/plugin/zencoding.vim @@ -2,7 +2,7 @@ " File: zencoding.vim " Author: Yasuhiro Matsumoto " Last Change: 22-Sep-2011. -" Version: 0.53 +" Version: 0.54 " WebPage: http://github.com/mattn/zencoding-vim " Description: vim plugins for HTML and CSS hi-speed coding. " SeeAlso: http://code.google.com/p/zen-coding/ diff --git a/zencoding.vim.vimup b/zencoding.vim.vimup index c408f2f..d20a3db 100644 --- a/zencoding.vim.vimup +++ b/zencoding.vim.vimup @@ -2,7 +2,7 @@ script_name: ZenCoding.vim script_id: '2981' script_type: utility script_package: zencoding-vim.zip -script_version: '0.53' +script_version: '0.54' required_vim_version: '7.0' summary: vim plugins for HTML and CSS hi-speed coding. @@ -98,9 +98,11 @@ install_details: | # git clone http://github.com/mattn/zencoding-vim.git versions: -- '0.53': | +- '0.54': | [add] support sass, xsd. [fix] expanding with html tag. +- '0.53': | + [fix] gif width/height was swapped. - '0.52': | [fix] broken wrap expanding. - '0.51': |