diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-19 14:48:48 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-19 14:48:48 +0000 |
commit | 2203c91cf1c0c0737e42fd34e8e7d23e1c2693ce (patch) | |
tree | 78ea93b5bdd8995b88cd1faac88572d8dbf21401 /Completion/Builtins/_nothing | |
parent | 21bedf998079514d75e327c73972c01767813752 (diff) | |
download | zsh-2203c91cf1c0c0737e42fd34e8e7d23e1c2693ce.tar.gz zsh-2203c91cf1c0c0737e42fd34e8e7d23e1c2693ce.tar.xz zsh-2203c91cf1c0c0737e42fd34e8e7d23e1c2693ce.zip |
10833: new print completion and complete nothing for clear and logname
Diffstat (limited to 'Completion/Builtins/_nothing')
-rw-r--r-- | Completion/Builtins/_nothing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Builtins/_nothing b/Completion/Builtins/_nothing index 38f6bee77..9551022f9 100644 --- a/Completion/Builtins/_nothing +++ b/Completion/Builtins/_nothing @@ -1,3 +1,3 @@ -#compdef true false log times whoami +#compdef true false log times clear logname whoami _message 'no argument or option' |