add the pure vimscript code for 'get image size'. you can use it without perl interface just now.

This commit is contained in:
mattn
2010-05-13 10:06:50 +09:00
parent f2cb7b112c
commit afbcac04b4
2 changed files with 30 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding.vim
script_version: '0.39'
script_version: '0.40'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -95,6 +95,8 @@ install_details: |
copy zencoding.vim to your plugin directory.
versions:
- '0.40': |
This is an upgrade for ZenCoding.vim: add the pure vimscript code for 'get image size'. you can use it without perl interface just now.
- '0.39': |
This is an upgrade for ZenCoding.vim: fixed problem about 'selection'. see http://github.com/mattn/zencoding-vim/issues/#issue/2
- '0.38': |