google / vimdoc

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

Refactor module.py, it is repetitive and brittle. #8

Closed Soares closed 7 years ago

Soares commented 10 years ago

Module.Close is a big offender. (As this code is cleaned, it should be come easier to validate that all elements of the 'order' setting are actually existing sections. error.NoSuchSection should be created for this purpose.)

Module.Chunks will be able to be drastically simplified after Module.Close is cleaned up, I think.