The count of '(((a#foo + a#bar)*2)*3)' should be 12.

This commit is contained in:
mattn
2010-02-26 21:26:29 +09:00
parent 8a0a160996
commit d987123e70
2 changed files with 93 additions and 85 deletions

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding.vim
script_version: '0.25'
script_version: '0.26'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -22,7 +22,8 @@ detailed_description: |
+-------------------------------------
| html:5_
+-------------------------------------
"_" is a cursor position. and type "<c-z>,"
"_" is a cursor position. and type "<c-z>," (Ctrl + z and Comma)
NOTE: Don't worry about key map. you can change it easily.
+-------------------------------------
| <!DOCTYPE HTML>
| <html lang="en">
@@ -78,6 +79,8 @@ install_details: |
copy zencoding.vim to your plugin directory.
versions:
- '0.26': |
This is an upgrade for ZenCoding.vim: The count of '(((a#foo + a#bar)*2)*3)' should be 12.
- '0.25': |
This is an upgrade for ZenCoding.vim: store undo before working. good luck about 'table>(tr>td*3)*4'.
- '0.24': |