From f78d448252b9ee17ad439ab7677dd991c38ef0fd Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 15 Mar 2010 20:37:45 +0900 Subject: [PATCH] fix doc. --- TUTORIAL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TUTORIAL b/TUTORIAL index fd534e7..5027e9a 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -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',