From 5aa4938811fdf22ce09fa9fc3923ac9468b9371b Mon Sep 17 00:00:00 2001 From: S0AndS0 Date: Thu, 17 Oct 2024 17:03:05 -0700 Subject: [PATCH] Add license section to end of possible output --- vimdoc/module.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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