diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2024-03-25 20:16:42 +0000 |
|---|---|---|
| committer | Lewis Russell <lewis6991@gmail.com> | 2024-03-25 20:16:42 +0000 |
| commit | 934f38682afd5925df675485b96ac9a2d3b8dd57 (patch) | |
| tree | d36a3446fde2399c24e58673d5e4786d2341278f /runtime/doc | |
| parent | 2bcf88d35462325d1b90b0dacb373685f2d708a5 (diff) | |
| download | rneovim-934f38682afd5925df675485b96ac9a2d3b8dd57.tar.gz rneovim-934f38682afd5925df675485b96ac9a2d3b8dd57.tar.bz2 rneovim-934f38682afd5925df675485b96ac9a2d3b8dd57.zip | |
Revert "refactor(lsp): simplify client tracking"
This reverts commit 3f238b39cfdf27657b2d9452c6ffd28f8209c95f.
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lsp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 451183b508..ed5e3b63f9 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -907,8 +907,8 @@ stop_client({client_id}, {force}) *vim.lsp.stop_client()* for this client, then force-shutdown is attempted. Parameters: ~ - • {client_id} (`integer|integer[]|vim.lsp.Client[]`) id, list of id's, - or list of |vim.lsp.Client| objects + • {client_id} (`integer|vim.lsp.Client`) id or |vim.lsp.Client| object, + or list thereof • {force} (`boolean?`) shutdown forcefully tagfunc({pattern}, {flags}) *vim.lsp.tagfunc()* |