Files
neovim/scripts
gusain71 ebba7ae095 docs(gen_help_html.lua): wrap legacy help at word-boundary #28678
Problem:
On the page: https://neovim.io/doc/user/dev_vimpatch.html
The links extend beyond the container and thus end up behind the navigation to the right.

Solution:
Add these lines to get_help_html.lua:

    white-space: normal;
    word-wrap: break-word;
2024-05-14 04:23:43 -07:00
..
2024-05-11 18:14:03 +08:00
2024-02-01 12:06:55 +01:00
2024-02-28 10:56:58 +01:00