mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
22113: allow single option characters to be combined in completion for last
This commit is contained in:
parent
b5f2902241
commit
e2bf91e454
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-01-02 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 22113: Completion/Unix/Command/_last: allow single option
|
||||
characters to be combined.
|
||||
|
||||
2005-12-26 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* unposted: Doc/Zsh/options.yo: A couple more improvements to the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#compdef last lastb
|
||||
|
||||
_arguments \
|
||||
_arguments -s \
|
||||
'-a[display hostname in last column]' \
|
||||
'-n[number]:number' \
|
||||
'-[number]:number' \
|
||||
|
|
Loading…
Reference in a new issue