From 920904c53b1b426f83a4ad9729e004ac19675f50 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 3 Sep 2014 09:13:16 +0900 Subject: [PATCH] Version bump up --- emmet.vim.vimup | 4 +++- plugin/emmet.vim | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emmet.vim.vimup b/emmet.vim.vimup index 63b2d9d..3b24ec9 100644 --- a/emmet.vim.vimup +++ b/emmet.vim.vimup @@ -2,7 +2,7 @@ script_name: Emmet.vim script_id: '2981' script_type: utility script_package: emmet-vim.zip -script_version: '0.84' +script_version: '0.85' required_vim_version: '7.0' summary: vim plugins for HTML and CSS hi-speed coding. @@ -98,6 +98,8 @@ install_details: | # git clone http://github.com/mattn/emmet-vim.git versions: +- '0.85': | + This is an upgrade for Emmet.vim: lot of bug fixes. - '0.84': | This is an upgrade for Emmet.vim: lot of bug fixes. fix bug that interpose insert completion plugins. - '0.83': | diff --git a/plugin/emmet.vim b/plugin/emmet.vim index 46ca45a..dab3235 100644 --- a/plugin/emmet.vim +++ b/plugin/emmet.vim @@ -2,7 +2,7 @@ " File: emmet.vim " Author: Yasuhiro Matsumoto " Last Change: 28-Nov-2013. -" Version: 0.84 +" Version: 0.85 " WebPage: http://github.com/mattn/emmet-vim " Description: vim plugins for HTML and CSS hi-speed coding. " SeeAlso: http://emmet.io/