From 886264029120c28a0bd0d5f519bf881a98e5039a Mon Sep 17 00:00:00 2001 From: Greg Weng Date: Tue, 22 Jan 2013 11:23:25 +0800 Subject: [PATCH] Update README.mkd --- README.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mkd b/README.mkd index 3d5a1fc..e927fb8 100644 --- a/README.mkd +++ b/README.mkd @@ -58,9 +58,9 @@ Then type "," (Ctrl + y + ','), you should see: If you don't want enable zencoding in all mode, you can use set a option in `vimrc`: - let g:user_zen_mode='n' "only enable normal mode functions. - 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. + let g:user_zen_mode='n' "only enable normal mode functions. + 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. ## Project Authors