From 32bb75081c90205aeab7612b58770e2a37fa0177 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 10 Jun 2013 21:18:18 +0900 Subject: [PATCH] Add doc for lorem+ipsum --- doc/zencoding.txt | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/doc/zencoding.txt b/doc/zencoding.txt index 730e8b3..dcc8be6 100644 --- a/doc/zencoding.txt +++ b/doc/zencoding.txt @@ -30,6 +30,7 @@ Tutorial |zencoding-tutorial| 12. Make anchor from URL |zencoding-make-anchor-url| 13. Make quoted text from URL |zencoding-quoted-text-url| 14. Code Pretty |zencoding-code-pretty| + 15. Lorem Ipsum |zencoding-lorem-ipsum| Customize |zencoding-customize| 1. Key Mappings |zencoding-customize-keymappings| 2. Indent Size |zencoding-indent-size| @@ -293,12 +294,36 @@ You should copy this section and create new buffer, paste and write as < Type |c| > -

Writing in C language

- int main() {
  puts("hello world");
}
< +15. Lorem Ipsum *zencoding-lorem-ipsum* + + To insert dummy text. +> + lorem +< + Type |,| +> +
Adipisicing asperiores deleniti ipsum fuga deserunt perferendis + molestiae sunt excepturi aut quo nihil! Optio accusantium corporis molestiae + deserunt ab, veritatis commodi. Eius nobis ab deserunt magni iure quo + laboriosam laboriosam.
+< + For japanese user, put like follow into your g:user_zen_settings: +> + let g:user_zen_settings = { + ... + + \ 'custom_expands1' : { + \ '^\%(lorem\|lipsum\)\(\d*\)$' : function('zencoding#lorem#ja#expand'), + \ }, + + ... +< + You will get japanese dummy text. +> ============================================================================== CUSTOMIZE *zencoding-customize*