vim-medieval
vim-medieval copied to clipboard
EvalAllBlocks
Hello gpanders, I am contemplating creating more elaborate vimwiki entries that would have multiple medieval blocks.
Right now, I can do this, but evaluating all of them requires me to go to each one and run :EvalBlock.
Would you think an :EvalAllBlock wrapper that re-evaluates all blocks from a file be valuable to other users too ?
Best,
This feature would be useful for me as well.
I think instead we should make :EvalBlock take a range and have it evaluate all blocks within the range. Then you can just use :%Eval to evaluate all blocks in the buffer.