From 7b26a7176808c6814b49db0be84fde621ee15420 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 9 Mar 2010 13:26:35 +0900 Subject: [PATCH] version++ --- zencoding.vim | 2 +- zencoding.vim.vimup | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/zencoding.vim b/zencoding.vim index 28f308c..aa8f4cf 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -2,7 +2,7 @@ " File: zencoding.vim " Author: Yasuhiro Matsumoto " Last Change: 09-Mar-2010. -" Version: 0.28 +" Version: 0.29 " 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/ diff --git a/zencoding.vim.vimup b/zencoding.vim.vimup index c4054bc..0c1b118 100644 --- a/zencoding.vim.vimup +++ b/zencoding.vim.vimup @@ -2,7 +2,7 @@ script_name: ZenCoding.vim script_id: '2981' script_type: utility script_package: zencoding.vim -script_version: '0.28' +script_version: '0.29' required_vim_version: '7.0' summary: vim plugins for HTML and CSS hi-speed coding. @@ -11,6 +11,8 @@ detailed_description: | ******************************************************** * Warning ******************************************************** + Leading key '' was changed to '' at version '0.29'. + ******************************************************** If version of zencoding.vim is smaller than '0.21', you have older file in your '$HOME/.vim/plugin'(or '$HOME/vimfiles/plugin') directory. Newer become ftplugin script. Thus you should remove older script and copy new plugin to '$HOME/.vim/ftplugin/html'(or '$HOME/vimfiles/ftplugin/html') directory. ******************************************************** @@ -22,7 +24,7 @@ detailed_description: | +------------------------------------- | html:5_ +------------------------------------- - "_" is a cursor position. and type "," (Ctrl + z and Comma) + "_" is a cursor position. and type "," (Ctrl + y and Comma) NOTE: Don't worry about key map. you can change it easily. +------------------------------------- | @@ -40,7 +42,7 @@ detailed_description: | +------------------------------------- | div#foo$*2>div.bar +------------------------------------- - And type "," + And type "," +------------------------------------- |
|
_
@@ -79,6 +81,8 @@ install_details: | copy zencoding.vim to your plugin directory. versions: +- '0.29': | + This is an upgrade for ZenCoding.vim: Changed leading key to '' from ''. - '0.28': | This is an upgrade for ZenCoding.vim: supported 'Balance Tag Inward/Outward', 'Go to Next/Previous Edit Point', 'Update Size', 'Remove Tag', 'Split/Join Tag', 'Toggle Comment' - '0.27': |