Blacklist markdownListMarker #31

To make it easier to add new items to a list in HardPencil mode
This commit is contained in:
Reed Esau
2015-04-24 00:17:48 -06:00
parent c465e30c19
commit 536311e98c
2 changed files with 2 additions and 0 deletions

View File

@@ -439,6 +439,7 @@ _not_ in the blacklist. The current blacklist is:
\ 'markdownLink',
\ 'markdownRule',
\ 'markdownHighlight[A-Za-z0-9]+',
\ 'markdownListMarker',
\ 'mkdCode',
\ 'mkdRule',
\ 'mkdDelimiter',

View File

@@ -75,6 +75,7 @@ if !exists('g:pencil#autoformat_blacklist')
\ 'markdownLink',
\ 'markdownRule',
\ 'markdownHighlight[A-Za-z0-9]+',
\ 'markdownListMarker',
\ 'mkdCode',
\ 'mkdRule',
\ 'mkdDelimiter',