diff --git a/emmet.vim.vimup b/emmet.vim.vimup index 0ce9c5c..09872e2 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.81' +script_version: '0.82' 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.82': | + This is an upgrade for Emmet.vim: many bug fixes. - '0.81': | Release of Emmet.vim: renamed from ZenCoding.vim. - '0.80': | diff --git a/plugin/emmet.vim b/plugin/emmet.vim index 653f631..f44b3cc 100644 --- a/plugin/emmet.vim +++ b/plugin/emmet.vim @@ -2,7 +2,7 @@ " File: emmet.vim " Author: Yasuhiro Matsumoto " Last Change: 13-Aug-2013. -" Version: 0.75 +" Version: 0.82 " WebPage: http://github.com/mattn/emmet-vim " Description: vim plugins for HTML and CSS hi-speed coding. " SeeAlso: http://emmet.io/