Fixed typo.

This commit is contained in:
crazymaster
2013-04-24 21:20:33 +09:00
parent 9239eed295
commit dad1eb19c3
3 changed files with 10 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ you can use set a option in `vimrc`:
> <http://mattn.kaoriya.net/software/vim/20100306021632.htm> > <http://mattn.kaoriya.net/software/vim/20100306021632.htm>
### japanese blog posts about zencoding-vim: ### Japanese blog posts about zencoding-vim:
> <http://d.hatena.ne.jp/idesaku/20100424/1272092255> > <http://d.hatena.ne.jp/idesaku/20100424/1272092255>
@@ -97,7 +97,7 @@ you can use set a option in `vimrc`:
> <http://looxu.blogspot.jp/2010/02/zencodingvimhtml.html> > <http://looxu.blogspot.jp/2010/02/zencodingvimhtml.html>
### tutorial traslated in chinese: ### tutorial translated in Chinese:
> <http://www.zfanw.com/blog/zencoding-vim-tutorial-chinese.html> > <http://www.zfanw.com/blog/zencoding-vim-tutorial-chinese.html>

View File

@@ -17,7 +17,7 @@ Introduction |zencoding-introduction|
Install |zencoding-install| Install |zencoding-install|
Tutorial |zencoding-tutorial| Tutorial |zencoding-tutorial|
1. Expand Abbreviation |zencoding-expandabbr| 1. Expand Abbreviation |zencoding-expandabbr|
2. Wrap with Abbreviation |zencoding-wrap-wtih-abbreviation| 2. Wrap with Abbreviation |zencoding-wrap-with-abbreviation|
3. Balance Tag Inward |zencoding-balance-tag-inward| 3. Balance Tag Inward |zencoding-balance-tag-inward|
4. Balance Tag Outward |zencoding-balance-tag-outward| 4. Balance Tag Outward |zencoding-balance-tag-outward|
5. Go to Next Edit Point |zencoding-goto-next-point| |<C-Y>n| 5. Go to Next Edit Point |zencoding-goto-next-point| |<C-Y>n|
@@ -100,7 +100,7 @@ You should copy this section and create new buffer, paste and write as
</p> </p>
</div> </div>
< <
2. Wrap with Abbreviation *zencoding-wrap-wtih-abbreviation* *v_<C-Y>,* 2. Wrap with Abbreviation *zencoding-wrap-with-abbreviation* *v_<C-Y>,*
Write as below. Write as below.
> >
@@ -228,7 +228,7 @@ You should copy this section and create new buffer, paste and write as
cursor is here cursor is here
</div> </div>
< <
Type |<C-Y>j| in insert mode. then, Type |<C-Y>j| in insert mode. Then,
> >
<div class="foo"/> <div class="foo"/>
< <
@@ -343,7 +343,7 @@ CUSTOMIZE *zencoding-customize*
3. Define Tag's Behavior *zencoding-define-tags-behavior* 3. Define Tag's Behavior *zencoding-define-tags-behavior*
zencoding.vim can change behavior of expanding abbreviation for each zencoding.vim can change behavior of expanding abbreviation for each
filetypes as |Dictionary|. for details, see official site of zencoding. filetypes as |Dictionary|. For details, see official site of zencoding.
for example, vimmer can add following. for example, vimmer can add following.
> >
let g:user_zen_settings = { let g:user_zen_settings = {
@@ -418,13 +418,13 @@ my blog posts about zencoding-vim:
http://mattn.kaoriya.net/software/vim/20100222103327.htm http://mattn.kaoriya.net/software/vim/20100222103327.htm
http://mattn.kaoriya.net/software/vim/20100306021632.htm http://mattn.kaoriya.net/software/vim/20100306021632.htm
japanese blog posts about zencoding-vim: Japanese blog posts about zencoding-vim:
http://d.hatena.ne.jp/idesaku/20100424/1272092255 http://d.hatena.ne.jp/idesaku/20100424/1272092255
http://d.hatena.ne.jp/griefworker/20110118/vim_zen_coding http://d.hatena.ne.jp/griefworker/20110118/vim_zen_coding
http://d.hatena.ne.jp/sakurako_s/20110126/1295988873 http://d.hatena.ne.jp/sakurako_s/20110126/1295988873
http://looxu.blogspot.jp/2010/02/zencodingvimhtml.html http://looxu.blogspot.jp/2010/02/zencodingvimhtml.html
tutorial traslated in chinese: tutorial translated in Chinese:
http://www.zfanw.com/blog/zencoding-vim-tutorial-chinese.html http://www.zfanw.com/blog/zencoding-vim-tutorial-chinese.html
============================================================================== ==============================================================================
@@ -432,7 +432,7 @@ TODO *zencoding-todo*
* wrapping inline selected. * wrapping inline selected.
* more documents. * more documents.
* more contributor. * more contributor.
* more time to improve zencodig.vim. * more time to improve zencoding.vim.
============================================================================== ==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0: vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0:

View File

@@ -61,7 +61,7 @@ detailed_description: |
Tips: Tips:
You can customize behavior of expanding with overriding config. You can customize behavior of expanding with overriding config.
This configuration will be marged at loading plugin. This configuration will be merged at loading plugin.
let g:user_zen_settings = { let g:user_zen_settings = {
\ 'indentation' : ' ', \ 'indentation' : ' ',