Skip to content

Commit 6d70438

Browse files
authored
Merge pull request #104 from openalloc/master
Unnecessary regex modifier on my recent change #92
2 parents 4ad39c5 + c9d7f68 commit 6d70438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/pencil.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if !exists('g:pencil#autoformat_config')
8181
\ 'markdown(FencedCodeBlock|InlineCode|YamlHead)',
8282
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)',
8383
\ 'mmdTable[A-Za-z0-9]*',
84-
\ '^yaml*',
84+
\ '^yaml',
8585
\ ],
8686
\ 'white': [
8787
\ 'markdown(Code|Link)',

0 commit comments

Comments
 (0)