diff options
author | Yi Ming <ofseed@foxmail.com> | 2024-05-07 17:30:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 02:30:19 -0700 |
commit | c3c673cdeca25594454f8721e725e6ff1127e2a8 (patch) | |
tree | df5236ad2f1c63a5383e7416d09dc2e6b643b311 /scripts/text_utils.lua | |
parent | d8deb91819d68160e79c1259e9020171ae7e5593 (diff) | |
download | rneovim-c3c673cdeca25594454f8721e725e6ff1127e2a8.tar.gz rneovim-c3c673cdeca25594454f8721e725e6ff1127e2a8.tar.bz2 rneovim-c3c673cdeca25594454f8721e725e6ff1127e2a8.zip |
fix(lsp): enable() does not activate inlay hints on open buffers #28629
Problem:
inlay_hint `enable(<no args>)` does not activate inlay hints on open
buffers. If a buffer does not have a corresponding `bufstate` in
`bufstates`, then `enable` all buffers will not take effect on it.
Solution:
Make the effective range determined by the loaded buffers.
Fix #28624
Diffstat (limited to 'scripts/text_utils.lua')
0 files changed, 0 insertions, 0 deletions