diff --git a/vimdoc/module.py b/vimdoc/module.py index c11b829..de27c19 100644 --- a/vimdoc/module.py +++ b/vimdoc/module.py @@ -261,7 +261,8 @@ def _GetSectionOrder(explicit_order, sections): 'dicts', 'functions', 'exceptions', - 'mappings'] + 'mappings', + 'license'] # Add any undeclared sections before custom sections, except 'about' which # comes at the end by default. section_insertion_idx = 0