xsltproc. TODO fix for previous commit

master
Ville Skyttä 2014-07-19 17:17:42 +03:00
parent ab8eeb3a71
commit 7c5c622dda
1 changed files with 1 additions and 1 deletions

View File

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