remove tag.

This commit is contained in:
mattn
2010-03-05 22:33:47 +09:00
parent c51e890194
commit f928b2182c
2 changed files with 39 additions and 1 deletions

View File

@@ -99,7 +99,21 @@ Tutorial of zencoding.vim
10. Split/Join Tag
under construction
Move cursor to block
---------------------
<div class="foo">
cursor is here
</div>
---------------------
Type '<c-z>j' in insert mode.
---------------------
<div class="foo"/>
---------------------
And type '<c-z>j' in there.
---------------------
<div class="foo">
</div>
---------------------
11. Toggle Comment