From c9d7f686f149b2f1eba0bee9110ee8c2ec645ead Mon Sep 17 00:00:00 2001 From: Reed Es Date: Mon, 3 Apr 2023 11:21:09 -0600 Subject: [PATCH] Unnecessary regex modifier on my recent change --- plugin/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pencil.vim b/plugin/pencil.vim index e3808e2..1bafc3f 100644 --- a/plugin/pencil.vim +++ b/plugin/pencil.vim @@ -81,7 +81,7 @@ if !exists('g:pencil#autoformat_config') \ 'markdown(FencedCodeBlock|InlineCode|YamlHead)', \ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)', \ 'mmdTable[A-Za-z0-9]*', - \ '^yaml*', + \ '^yaml', \ ], \ 'white': [ \ 'markdown(Code|Link)',