diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-01-02 01:57:36 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-01-02 01:57:36 +0000 |
commit | e2bf91e4549758524c86d6cfbf892e8fc5b7f41b (patch) | |
tree | d991a6d0064436746b63fa28b0f020c7b81fd902 /Completion | |
parent | b5f2902241a92b0c4e5c4326163c10126579e6c2 (diff) | |
download | zsh-e2bf91e4549758524c86d6cfbf892e8fc5b7f41b.tar.gz zsh-e2bf91e4549758524c86d6cfbf892e8fc5b7f41b.tar.xz zsh-e2bf91e4549758524c86d6cfbf892e8fc5b7f41b.zip |
22113: allow single option characters to be combined in completion for last
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_last | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_last b/Completion/Unix/Command/_last index 3e4d84f00..43a08a709 100644 --- a/Completion/Unix/Command/_last +++ b/Completion/Unix/Command/_last @@ -1,6 +1,6 @@ #compdef last lastb -_arguments \ +_arguments -s \ '-a[display hostname in last column]' \ '-n[number]:number' \ '-[number]:number' \ |