From 19f1d362294b38c624dcf26ab30ccfc463a642bc Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Fri, 1 Feb 2019 17:48:48 +0100 Subject: [PATCH] Revert "Initial commit" This reverts commit 7699967a99923d097391571fd1364d18134f4fb6. Reason: It's wrong. In markdown, opposed to mediawiki, list items can be indented, e.g. when a list contains a list. --- doc/vimwiki.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 8d501a9..9f971d0 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -1423,7 +1423,7 @@ Hit |zr| one more time : Note: If you use the default Vimwiki syntax, folding on list items will work properly only if all of them are indented using the current 'shiftwidth'. -For Markdown and MediaWiki syntax, * or # should be in the first column. +For MediaWiki syntax, * or # should be in the first column. To turn folding on/off check |g:vimwiki_folding|. @@ -2280,8 +2280,8 @@ local mappings |vimwiki_glstar|, |vimwiki_gl#| |vimwiki_gl-|, |vimwiki_gl-|, |vimwiki_gl1|, |vimwiki_gla|, |vimwiki_glA|, |vimwiki_gli|, |vimwiki_glI| and |vimwiki_i__|. -Note: if you use Markdown or MediaWiki syntax, you probably would like to set -this option to 0, because every indented line is considered verbatim text. +Note: if you use MediaWiki syntax, you probably would like to set this option +to 0, because every indented line is considered verbatim text. *vimwiki-option-auto_tags*