Merge pull request #101 from snowmantw/patch-1

Update doc/zencoding.txt
This commit is contained in:
mattn
2013-01-21 20:46:20 -08:00

View File

@@ -393,6 +393,15 @@ CUSTOMIZE *zencoding-customize*
>
let g:use_zen_complete_tag = 1
<
5. Enable functions in different mode
If you want to use zencoding only in some modes, set an mode option:
let g:user_zen_mode='n' "only enable normal mode functions, or
let g:user_zen_mode='inv' "enable all functions, which is equal to
let g:user_zen_mode='a' "enable all function in all mode.
==============================================================================
LINKS *zencoding-links*