about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-01-02 01:57:36 +0000
committerClint Adams <clint@users.sourceforge.net>2006-01-02 01:57:36 +0000
commite2bf91e4549758524c86d6cfbf892e8fc5b7f41b (patch)
treed991a6d0064436746b63fa28b0f020c7b81fd902
parentb5f2902241a92b0c4e5c4326163c10126579e6c2 (diff)
downloadzsh-e2bf91e4549758524c86d6cfbf892e8fc5b7f41b.tar.gz
zsh-e2bf91e4549758524c86d6cfbf892e8fc5b7f41b.tar.xz
zsh-e2bf91e4549758524c86d6cfbf892e8fc5b7f41b.zip
22113: allow single option characters to be combined in completion for last
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_last2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f0a16adc..baadb945c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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' \