diff --git a/emmet.vim.vimup b/emmet.vim.vimup index 0558885..63b2d9d 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.83' +script_version: '0.84' 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.84': | + This is an upgrade for Emmet.vim: lot of bug fixes. fix bug that interpose insert completion plugins. - '0.83': | This is an upgrade for Emmet.vim: lot of bug fixes. - '0.82': | diff --git a/plugin/emmet.vim b/plugin/emmet.vim index 17d386b..cd6c385 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.83 +" Version: 0.84 " WebPage: http://github.com/mattn/emmet-vim " Description: vim plugins for HTML and CSS hi-speed coding. " SeeAlso: http://emmet.io/