tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

Recognise indented bulleted lists for wrapping #169

Closed sersorrel closed 4 years ago

sersorrel commented 4 years ago

Previously, vim wouldn't recognise indented bulletpoints as being part of a list, and would mangle them when trying to wrap with gq.

Previously submitted as vim/vim#6848.

Possibly this should also remove fb:*,fb:-,fb:+ from comments? (see #134)

tpope commented 4 years ago

Thanks!