update helm completion

This commit is contained in:
JesseBot 2024-02-06 12:15:33 +01:00
parent d392b6d0cd
commit f91fe5d0cb

View file

@ -21,7 +21,7 @@ __helm_get_completion_results() {
local requestComp lastParam lastChar args
# Prepare the command to request completions for the program.
# Calling ${words[0]} instead of directly helm allows to handle aliases
# Calling ${words[0]} instead of directly helm allows handling aliases
args=("${words[@]:1}")
requestComp="${words[0]} __complete ${args[*]}"