From e2bf91e4549758524c86d6cfbf892e8fc5b7f41b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 2 Jan 2006 01:57:36 +0000 Subject: 22113: allow single option characters to be combined in completion for last --- ChangeLog | 5 +++++ Completion/Unix/Command/_last | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f0a16adc..baadb945c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-02 Clint Adams + + * 22113: Completion/Unix/Command/_last: allow single option + characters to be combined. + 2005-12-26 Wayne Davison * unposted: Doc/Zsh/options.yo: A couple more improvements to the 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' \ -- cgit 1.4.1