]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Update doc
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Wed, 5 Jun 2019 07:15:43 +0000 (16:15 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Wed, 5 Jun 2019 07:15:43 +0000 (16:15 +0900)
doc/vim-markdown.txt

index 95f8f409e1385452ea80b81ef85aa37c953fad24..4d73129328a98f6413d227559bd447a4050626a4 100644 (file)
@@ -161,8 +161,9 @@ Change fold style ~
 >
   let g:vim_markdown_folding_style_pythonic = 1
 <
-  Level 1 heading which is served as a document title is not folded.
-  'g:vim_markdown_folding_level' setting is not active with this fold style.
+  'g:vim_markdown_folding_level' setting (default 1) is set to 'foldlevel'.
+  Thus level 1 heading which is served as a document title is expanded by
+  default.
 
                                              *g:vim_markdown_override_foldtext*
 - 'g:vim_markdown_override_foldtext'