diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-08-22 16:30:28 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-08-22 16:30:28 +0000 |
| commit | 2270746356368eb20676bbfb26c82c2a06e694ec (patch) | |
| tree | 90c91d1100d1145c9d7e6b16cd786b94f1f92f3f /Completion/Base | |
| parent | 18473: new _acroread (diff) | |
| download | zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.gz zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.bz2 zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.lz zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.xz zsh-2270746356368eb20676bbfb26c82c2a06e694ec.tar.zst zsh-2270746356368eb20676bbfb26c82c2a06e694ec.zip | |
tidy up of many completions (updates, fixes, improvements and plain aesthetics)
Diffstat (limited to 'Completion/Base')
| -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..1f69155ae --- /dev/null +++ b/Completion/Base/Utility/_nothing @@ -0,0 +1,3 @@ +#compdef true false log times clear logname whoami sync + +_message 'no argument or option' |
