google / vimdoc

Helpfile generation for vim
Apache License 2.0
291 stars 28 forks source link

Allow @section and @dict to annotate lines besides blank lines #4

Open Soares opened 10 years ago

Soares commented 10 years ago

The limitation that @section and @dict must be followed by a blank line is often surprising and can cause some frustrating behavior. (This might be fixable by tweaking codeline.py UnrecognizedLine.)