diff options
author | gusain71 <115005392+gusain71@users.noreply.github.com> | 2024-05-14 13:23:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 04:23:43 -0700 |
commit | ebba7ae095d9bb800c43188df848ac4f4733d167 (patch) | |
tree | b5c929c4f40bc4a746eb54fcea4e9cbb3455e1f8 /runtime/lua/vim/treesitter/query.lua | |
parent | 2f4792943aa92223fadd472f20449cd13707ff7a (diff) | |
download | rneovim-ebba7ae095d9bb800c43188df848ac4f4733d167.tar.gz rneovim-ebba7ae095d9bb800c43188df848ac4f4733d167.tar.bz2 rneovim-ebba7ae095d9bb800c43188df848ac4f4733d167.zip |
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;
Diffstat (limited to 'runtime/lua/vim/treesitter/query.lua')
0 files changed, 0 insertions, 0 deletions