fixed cursor position. fixed ${lang} replacement.

This commit is contained in:
mattn
2010-02-19 17:02:53 +09:00
parent 23c639dc1d
commit 4a98c758a3
2 changed files with 18 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding.vim
script_version: '0.3'
script_version: '0.4'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -18,7 +18,7 @@ detailed_description: |
"_" is a cursor position. and type "<c-z>,"
+-------------------------------------
| <!DOCTYPE HTML>
| <html lang="${langfull}">
| <html lang="en">
| <head>
| <title></title>
| <meta charset="UTF-8">
@@ -35,12 +35,10 @@ detailed_description: |
And type "<c-z>,"
+-------------------------------------
|<div id="foo1">
| <div class="bar">
| </div>
| <div class="bar">_</div>
|</div>
|<div id="foo2">
| <div class="bar">
| </div>
| <div class="bar"></div>
|</div>
| _
+-------------------------------------
@@ -63,10 +61,14 @@ detailed_description: |
\ }
\}
You can set language attribute in html using zen_settings['lang'].
install_details: |
copy zencoding.vim to your plugin directory.
versions:
- '0.4': |
This is an upgrade for ZenCoding.vim: fixed cursor position. fixed ${lang} replacement.
- '0.3': |
This is an upgrade for ZenCoding.vim: fixed line expanding.
- '0.2': |