From 0d4bc41f03b82a92581c67e1b94e7e922c0c0a4f Mon Sep 17 00:00:00 2001 From: Greg Weng Date: Tue, 22 Jan 2013 12:42:41 +0800 Subject: [PATCH] Update doc/zencoding.txt --- doc/zencoding.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/zencoding.txt b/doc/zencoding.txt index e45e20a..ee45328 100644 --- a/doc/zencoding.txt +++ b/doc/zencoding.txt @@ -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*