Unnecessary regex modifier on my recent change

This commit is contained in:
Reed Es
2023-04-03 11:21:09 -06:00
parent 4ad39c5810
commit c9d7f686f1

View File

@@ -81,7 +81,7 @@ if !exists('g:pencil#autoformat_config')
\ 'markdown(FencedCodeBlock|InlineCode|YamlHead)', \ 'markdown(FencedCodeBlock|InlineCode|YamlHead)',
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)', \ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)',
\ 'mmdTable[A-Za-z0-9]*', \ 'mmdTable[A-Za-z0-9]*',
\ '^yaml*', \ '^yaml',
\ ], \ ],
\ 'white': [ \ 'white': [
\ 'markdown(Code|Link)', \ 'markdown(Code|Link)',