diff options
| author | Yi Ming <ofseed@foxmail.com> | 2025-07-13 13:00:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 22:00:10 -0700 |
| commit | 73fbc693b593faa62337aa3ae8142bb3f5798541 (patch) | |
| tree | c7609c374791b70aeb1f6e21c134dd06c0158b75 /runtime/lua/vim/_editor.lua | |
| parent | 89b946aa87d2414bd268f0766d5354cedc5702ff (diff) | |
refactor(lsp): drop vim.lsp.util._refresh() #33903
Problem:
- util._refresh() is only used by `inlay_hint.lua` and `document_color.lua`, and
both have their own wrapper functions;
- util._refresh() provides unified parameters, but this layer of wrapping is
almost meaningless because
- document color does not need the range parameter;
- inlay hint requires a range parameter, but it is not complicated
Therefore, it can be considered redundant.
ref https://github.com/neovim/neovim/pull/32887#discussion_r1996413602
Solution:
Remove it.
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions
