In vim, I can type a line like this:
- When in the Course of human events it becomes necessary for one people
to dissolve the political bands which have connected them with another
...
and vim will wrap the text so that it aligns to the right of the dash. But if I try this with an asterisk, this is what happens:
* When in the Course of human events it becomes necessary for one people
to dissolve the political bands which have connected them with another ...
Is there a way to make the autoindent work with the leading asterisk in the same way it does for the leading dash?