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