This commit is contained in:
mattn
2010-03-15 20:37:45 +09:00
parent 7f0e2a13d0
commit f78d448252

View File

@@ -188,11 +188,15 @@ Tutorial of zencoding.vim
2. Enable with zen_settings.
---------------------
# cp zencoding.vim $HOME/.vim/.
# cp zencoding.vim $HOME/.vim/plugin/.
And you can customize the behavior of language you using.
# cat >> ~/.vimrc
let g:user_zen_settings = {
\ 'php' : {
\ 'extends' : 'html',
\ 'filters' : 'c',
\ },
\ 'xml' : {
\ 'extends' : 'html',