Version bump up

This commit is contained in:
mattn
2014-09-03 09:13:16 +09:00
parent a3418eb419
commit 920904c53b
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ script_name: Emmet.vim
script_id: '2981' script_id: '2981'
script_type: utility script_type: utility
script_package: emmet-vim.zip script_package: emmet-vim.zip
script_version: '0.84' script_version: '0.85'
required_vim_version: '7.0' required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding. 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 # git clone http://github.com/mattn/emmet-vim.git
versions: versions:
- '0.85': |
This is an upgrade for Emmet.vim: lot of bug fixes.
- '0.84': | - '0.84': |
This is an upgrade for Emmet.vim: lot of bug fixes. fix bug that interpose insert completion plugins. This is an upgrade for Emmet.vim: lot of bug fixes. fix bug that interpose insert completion plugins.
- '0.83': | - '0.83': |

View File

@@ -2,7 +2,7 @@
" File: emmet.vim " File: emmet.vim
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> " Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
" Last Change: 28-Nov-2013. " Last Change: 28-Nov-2013.
" Version: 0.84 " Version: 0.85
" WebPage: http://github.com/mattn/emmet-vim " WebPage: http://github.com/mattn/emmet-vim
" Description: vim plugins for HTML and CSS hi-speed coding. " Description: vim plugins for HTML and CSS hi-speed coding.
" SeeAlso: http://emmet.io/ " SeeAlso: http://emmet.io/