diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:18:56 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:18:56 +0000 |
commit | 62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe (patch) | |
tree | bc3d9dc4c7555325811849c47ba437c006600232 /Completion | |
parent | 921d2616bede44a2c5d2b82e6c747687bd5663b9 (diff) | |
download | zsh-62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe.tar.gz zsh-62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe.tar.xz zsh-62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe.zip |
moved from Completion/Builtins/_limits
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Type/_limits | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_limits b/Completion/Zsh/Type/_limits new file mode 100644 index 000000000..5dd2bffe5 --- /dev/null +++ b/Completion/Zsh/Type/_limits @@ -0,0 +1,5 @@ +#compdef limit unlimit + +local expl + +_wanted limits expl 'process limits' compadd ${${(f)"$(limit)"}%% *} |