diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2025-03-24 17:38:34 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2025-03-24 17:38:34 +0100 |
commit | e73a3f1edc3ea9fe990a58f4269269c2d51fcff8 (patch) | |
tree | c6eb9520012246d06d6ef2f1a90e0cfc52a07726 /runtime/lua/vim/lsp/completion.lua | |
parent | 563051a53ef92349e3bfc0c94421094396a296bf (diff) | |
download | rneovim-e73a3f1edc3ea9fe990a58f4269269c2d51fcff8.tar.gz rneovim-e73a3f1edc3ea9fe990a58f4269269c2d51fcff8.tar.bz2 rneovim-e73a3f1edc3ea9fe990a58f4269269c2d51fcff8.zip |
refactor(channel): redundant channel_close()
Problem:
`receive_msgpack()` calls `channel_close()` just before calling
`chan_close_on_err()`, even though `chan_close_on_err()` always calls
`channel_close()`.
Solution:
Remove the redunant `channel_close()` in `receive_msgpack()`.
Diffstat (limited to 'runtime/lua/vim/lsp/completion.lua')
0 files changed, 0 insertions, 0 deletions