From 59caa7c6e2c0e1a4d3f8a41b53a581c157cd527d Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Tue, 21 Apr 2020 16:13:33 +0100 Subject: [PATCH] WIP: Add > to each line of blockquote reflow See: https://github.com/vim-pandoc/vim-pandoc-syntax/issues/325 This text is from: --- indent/pandoc.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 indent/pandoc.vim diff --git a/indent/pandoc.vim b/indent/pandoc.vim new file mode 100644 index 0000000..8423cbf --- /dev/null +++ b/indent/pandoc.vim @@ -0,0 +1,3 @@ +" Automatically continue blockquote on line break +setlocal formatoptions+=r +setlocal comments=b:>