mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
update helm completion
This commit is contained in:
parent
d392b6d0cd
commit
f91fe5d0cb
1 changed files with 1 additions and 1 deletions
|
@ -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[*]}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue