From 5d143b19741af79db6c6e0cfad06d04ffe435be2 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 8 Mar 2010 12:36:12 +0900 Subject: [PATCH] updated doc. --- TUTORIAL | 8 +++----- zencoding.vim | 2 +- zencoding.vim.vimup | 4 +++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/TUTORIAL b/TUTORIAL index 694593a..ec013b0 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -55,11 +55,11 @@ Tutorial of zencoding.vim use surrond.vim and type 'vat' -5. Go to Next +5. Go to Next Edit Point type 'n' in insert mode. -6. Previous Edit Point +6. Go to Previous Edit Point type 'N' in insert mode. @@ -87,9 +87,7 @@ Tutorial of zencoding.vim and type 'J' ---------------------
    -
  • -
  • -
  • +
--------------------- diff --git a/zencoding.vim b/zencoding.vim index e721e77..f5e7b6f 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -2,7 +2,7 @@ " File: zencoding.vim " Author: Yasuhiro Matsumoto " Last Change: 08-Mar-2010. -" Version: 0.27 +" Version: 0.28 " 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 58858b0..c4054bc 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.27' +script_version: '0.28' required_vim_version: '7.0' summary: vim plugins for HTML and CSS hi-speed coding. @@ -79,6 +79,8 @@ install_details: | copy zencoding.vim to your plugin directory. versions: +- '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': | This is an upgrade for ZenCoding.vim: fixed problem that can't work on the part of multibyte characters. fixed inline elements behavior. - '0.26': |