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

New list items not being generated on pressing 'enter' #47

Closed aravinda0 closed 8 years ago

aravinda0 commented 8 years ago

I recently updated my plugins and something seems to have broken.

Before, in a list, when pressing 'enter', the next list item would already be generated. For example, the cursor would be here

- Item 1
- |

Now, when I press 'enter', I end up with no new list item and just some indentation:

- Item 1
  |

I don't know vimscript so can't look into details, but think that this commit broke things: eed4058. Things work fine on the commit before that.

gabrielelana commented 8 years ago

@ManiacalAce I found a solution that hopefully will make everyone happy, update and try 😉