Correct pacman completion

This commit is contained in:
Benjamin VAUDOUR 2022-04-03 13:30:52 +02:00
parent 22b5ba1dfa
commit 0028021914
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ fn complete {|@argv|
} elif (has-value $rpack $cmd) {
-repo-packages
} elif (has-value $dpack $cmd) {
file:complete $argv[-1] $@extensions
file:match-extensions $argv[-1] $@extensions
} elif (has-value $fpack $cmd) {
edit:complete-filename $argv[-1]
}