From 7c5c622dda132a2c4a78028273f86fd51a9d680c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 19 Jul 2014 17:17:42 +0300 Subject: [PATCH] xsltproc. TODO fix for previous commit --- completions/xsltproc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/xsltproc b/completions/xsltproc index 30189f3f..736b29c2 100644 --- a/completions/xsltproc +++ b/completions/xsltproc @@ -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 } &&