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.

This commit is contained in:
mattn
2010-02-23 19:48:30 +09:00
parent 2f3aa6b5ca
commit 8d43e93dc5
2 changed files with 77 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding.vim
script_version: '0.21'
script_version: '0.22'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -71,6 +71,8 @@ install_details: |
copy zencoding.vim to your plugin directory.
versions:
- '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': |
This is an upgrade for ZenCoding.vim: treat xhtml as html.
- '0.20': |