gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

fix broken IsAnEmptyListItem map #15

Closed wilmoore closed 10 years ago

wilmoore commented 10 years ago

When g:markdown_drop_empty_blockquotes = 1 the associated mapping overrides the previous insert mode <CR> press mapping. This has the effect of only auto-ending empty block quotes while ignoring empty list items.

Putting the map in a guard clause corrects this behavior.

gabrielelana commented 10 years ago

Oops :smile: Nice catch :+1:

wilmoore commented 10 years ago

:+1: