xsltproc. TODO fix for previous commit
This commit is contained in:
parent
ab8eeb3a71
commit
7c5c622dda
@ -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
|
||||||
} &&
|
} &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user