diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2025-04-05 19:13:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-06 02:13:13 +0000 |
commit | fece4897940896f487559b955e4f8f76d48f299c (patch) | |
tree | a8118b7c352ff855d8c60ab1eadf615b1fa94cb4 /runtime/lua/vim/lsp/rpc.lua | |
parent | 28e819018520a2300eaeeec6794ffcd614b25dd2 (diff) | |
download | rneovim-fece4897940896f487559b955e4f8f76d48f299c.tar.gz rneovim-fece4897940896f487559b955e4f8f76d48f299c.tar.bz2 rneovim-fece4897940896f487559b955e4f8f76d48f299c.zip |
refactor(lsp): deprecate client_is_stopped #33342
Problem:
`client_is_stopped(…)` is an alias for `not get_client_by_id(…)`.
And it's not used anywhere in our codebase.
Solution:
Deprecate it.
Diffstat (limited to 'runtime/lua/vim/lsp/rpc.lua')
0 files changed, 0 insertions, 0 deletions