vim-literate-markdown

A Vim plugin to replicate a subset of Org mode's literate programming, for Markdown files.
git clone git://git.alex.balgavy.eu/vim-literate-markdown.git
Log | Files | Refs | README

commit abde70f51030a17c33a78d5bc99c78ef076b4088
parent 2e9174ebe7922c6e4deecc44082182d59cebc287
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 26 Feb 2022 12:51:21 +0100

Fix typo

Diffstat:
Mexamples/literate_markdown_ftplugin.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/literate_markdown_ftplugin.md b/examples/literate_markdown_ftplugin.md @@ -14,7 +14,7 @@ The general structure of the file is: <<b:undo_ftplugin>> ``` -The load guard lets the user disable the autoloaded functions by setting the variable `g:loaded_literate_markdown_autoload`. +The load guard lets the user disable the autoloaded functions by setting the variable `g:loaded_literate_markdown`. If it's set, the entire file is skipped. <!-- :Tangle(vim) <load guard> -->