summaryrefslogtreecommitdiff
path: root/completions/perltidy
diff options
context:
space:
mode:
Diffstat (limited to 'completions/perltidy')
-rw-r--r--completions/perltidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/perltidy b/completions/perltidy
index ce93b2a5..91bd5094 100644
--- a/completions/perltidy
+++ b/completions/perltidy
@@ -47,7 +47,7 @@ _perltidy()
COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
else
- _filedir 'p[lm]'
+ _filedir 'p[lm]|t'
fi
} &&
complete -F _perltidy perltidy