oops... zip was empty... orz

This commit is contained in:
mattn
2010-11-05 20:44:59 +09:00
parent e3a9428c1d
commit e72254f40a
3 changed files with 11 additions and 2 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all : zencoding-vim.zip
zencoding-vim.zip :
-rm -f zencoding-vim.zip
zip -r zencoding-vim.zip autoload plugin

View File

@@ -2,7 +2,7 @@
" File: zencoding.vim
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
" Last Change: 05-Nov-2010.
" Version: 0.46
" Version: 0.47
" WebPage: http://github.com/mattn/zencoding-vim
" Description: vim plugins for HTML and CSS hi-speed coding.
" SeeAlso: http://code.google.com/p/zen-coding/

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding-vim.zip
script_version: '0.46'
script_version: '0.47'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -98,6 +98,10 @@ install_details: |
# git clone http://github.com/mattn/zencoding-vim.git
versions:
- '0.47': |
This is an upgrade for ZenCoding.vim:
[drastic changes] enable autoload. you should whole replace older files.
package was empty. upload again.
- '0.46': |
This is an upgrade for ZenCoding.vim:
[drastic changes] enable autoload. you should whole replace older files.