xsltproc. TODO fix for previous commit

This commit is contained in:
Ville Skyttä 2014-07-19 17:17:42 +03:00
parent ab8eeb3a71
commit 7c5c622dda

View File

@ -41,7 +41,7 @@ _xsltproc()
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
COMPREPLY=( "${COMPREPLY[@]%:}" ) COMPREPLY=( "${COMPREPLY[@]%:}" )
else else
# TODO: 1st file xsl|xslt, rest XML # TODO: 1st file xsl|xslt, 2nd XML
_filedir '@(xsl|xslt|xml|dbk|docbook)' _filedir '@(xsl|xslt|xml|dbk|docbook)'
fi fi
} && } &&