Removed MarkdownOrderedListMarker from default blacklist

Numbered whole paragraphs makes for a strong use case to keep Vim's autoformat enabled.
This commit is contained in:
Reed Esau
2015-09-05 12:46:25 -06:00
parent 5f819bfec0
commit 632ae63c2c
2 changed files with 0 additions and 2 deletions

View File

@@ -440,7 +440,6 @@ _not_ in the blacklist. The current blacklist is:
```vim
let g:pencil#autoformat_blacklist = [
\ 'markdown(Code|H[0-9]|Url|IdDeclaration|Link|Rule|Highlight[A-Za-z0-9]+)',
\ 'markdownOrderedListMarker',
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode)',
\ 'htmlH[0-9]',
\ 'markdown(FencedCodeBlock|InlineCode)',

View File

@@ -69,7 +69,6 @@ if !exists('g:pencil#autoformat_blacklist')
" rst*,tex*,asciidoc* (syntax file shipped with vim)
let g:pencil#autoformat_blacklist = [
\ 'markdown(Code|H[0-9]|Url|IdDeclaration|Link|Rule|Highlight[A-Za-z0-9]+)',
\ 'markdownOrderedListMarker',
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode)',
\ 'htmlH[0-9]',
\ 'markdown(FencedCodeBlock|InlineCode)',