Correct pacman completion
This commit is contained in:
parent
22b5ba1dfa
commit
0028021914
|
@ -89,7 +89,7 @@ fn complete {|@argv|
|
||||||
} elif (has-value $rpack $cmd) {
|
} elif (has-value $rpack $cmd) {
|
||||||
-repo-packages
|
-repo-packages
|
||||||
} elif (has-value $dpack $cmd) {
|
} elif (has-value $dpack $cmd) {
|
||||||
file:complete $argv[-1] $@extensions
|
file:match-extensions $argv[-1] $@extensions
|
||||||
} elif (has-value $fpack $cmd) {
|
} elif (has-value $fpack $cmd) {
|
||||||
edit:complete-filename $argv[-1]
|
edit:complete-filename $argv[-1]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue