From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/User/_strip | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/User/_strip') diff --git a/Completion/User/_strip b/Completion/User/_strip index d9f44cc5e..529176fdd 100644 --- a/Completion/User/_strip +++ b/Completion/User/_strip @@ -1,3 +1,6 @@ #compdef strip -_files -g '*(*)' +local expl + +_description expl executable +_files "$expl[@]" -g '*(*)' -- cgit 1.4.1