pre-expand '#header>li<#content' to 'div#header>li<div#content'.

This commit is contained in:
mattn
2010-02-24 03:24:41 +09:00
parent ee5854ba18
commit 17ab3dc64a
2 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding.vim
script_version: '0.22'
script_version: '0.23'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -78,6 +78,8 @@ install_details: |
copy zencoding.vim to your plugin directory.
versions:
- '0.23': |
This is an upgrade for ZenCoding.vim: pre-expand '#header>li<#content' to 'div#header>li<div#content'.
- '0.22': |
This is an upgrade for ZenCoding.vim: expand 'ul+' to 'ul>li'. fix undo ring. support visual selection. when type trigger key on visual select, it request you leader like 'ul>li'. if you give 'ul>li*' as leader, you'll get each separate 'ul>li' tags. and when you give 'blockquote' as leader, you'll get blocked text.
- '0.21': |