macro_included_in_two_separate_blocks.rb (92B)
1 def whatever 2 3 4 x = "whatever" 5 puts x 6 7 8 x = "whatever" 9 x 10 end
vim-literate-markdownA 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 |