diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:12:23 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:12:23 +0000 |
commit | 0c3c55faefbb6f2e2e4c345cf205c79cbc8cd045 (patch) | |
tree | b0b96f076b0399ed333e227bfe325021fcfa838d /Completion/Base/Utility | |
parent | 5da6c80f8683c132462876b4ebaa5887a97dfa67 (diff) | |
download | zsh-0c3c55faefbb6f2e2e4c345cf205c79cbc8cd045.tar.gz zsh-0c3c55faefbb6f2e2e4c345cf205c79cbc8cd045.tar.xz zsh-0c3c55faefbb6f2e2e4c345cf205c79cbc8cd045.zip |
moved from Completion/Builtins/_nothing
Diffstat (limited to 'Completion/Base/Utility')
-rw-r--r-- | Completion/Base/Utility/_nothing | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Base/Utility/_nothing b/Completion/Base/Utility/_nothing new file mode 100644 index 000000000..9551022f9 --- /dev/null +++ b/Completion/Base/Utility/_nothing @@ -0,0 +1,3 @@ +#compdef true false log times clear logname whoami + +_message 'no argument or option' |