mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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.