Files
telescope.nvim/plugin
Jerry WangandSimon Hauser dc62f61afa fix: some builtin functions missing in completion list (#2464)
if there is extension_list, then the builtin_list would be replaced/overriden. e.g. if there are 3 items in extension_list, then first 3 items in builtin_list would be replaced when you type
`:Telescope fi` and press tab to get completion list.

(cherry picked from commit d95a8125bb)
2023-05-14 21:33:55 +02:00
..