summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/provider/python.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2026-03-21 22:53:29 +0100
committerJustin M. Keyes <justinkz@gmail.com>2026-03-22 01:57:28 +0100
commit4397c4b117d1813587cd94113b97f0a6d4a694c8 (patch)
treebbd09534bf26c4ec51a9bcf2956169293ea4aef1 /runtime/lua/vim/provider/python.lua
parent2069be281c723a8a8607d395dbfabd9cd30f4b15 (diff)
fix(docs): improve adjacent list items
Problem: List items separated by blank lines are wrapped in "blocks", then the html generator does not treat them as contiguous list-items, and the browser shows the list as "1. 1. 1." instead of "1. 2. 3.". Solution: - When generating a list-item, check if the last child of the previous block was a list-item, and merge them together. - Massage the help source. fix #37220
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
0 files changed, 0 insertions, 0 deletions