call completion function directly
This commit is contained in:
parent
779f02a78b
commit
7fb495cab5
|
|
@ -15,8 +15,8 @@ _xdg-mime_query() {
|
||||||
"*::arg:->args"
|
"*::arg:->args"
|
||||||
|
|
||||||
case $line[1] in
|
case $line[1] in
|
||||||
filetype) _arguments '*: :_files' ;;
|
filetype) _files ;;
|
||||||
default) _arguments '*: :_mime_types' ;;
|
default) _mime_types ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue