mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
Ensure that the function `pick_call_hierarchy_item` correctly handles the case where `call_hierarchy_items` is nil or an empty table. This prevents potential errors when the function is called with no items.