]> git.madduck.net Git - etc/vim.git/blobdiff - README.md

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:

Merge branch 'variables-doc'
[etc/vim.git] / README.md
index a09d28b09fecf82b1af814e2485595b11bd32900..6695b06ac74f62d5d312f55bbb22083f22fe0e94 100644 (file)
--- a/README.md
+++ b/README.md
@@ -181,6 +181,12 @@ Try `:help concealcursor` and `:help conceallevel` for details.
         let g:tex_conceal = ""
         let g:vim_markdown_math = 1
 
+-   `g:vim_markdown_conceal_code_blocks`
+
+    Disabling conceal for code fences requires an additional setting:
+
+        let g:vim_markdown_conceal_code_blocks = 0
+
 ### Fenced code block languages
 
 -   `g:vim_markdown_fenced_languages`