From 9ba4f4af9c73f296d32a64c7458542f02f701c41 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 12 Mar 2003 12:04:32 +0000 Subject: 18344: note in _perforce that tag-order now works. --- ChangeLog | 5 +++++ Completion/Unix/Command/_perforce | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc8845d1c..8d38778f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-12 Peter Stephenson + + * 18344: Completion/Unix/Command/_perforce: tag-order is now + useful after 18299. + 2003-03-12 Doug Kearns * unposted: Completion/Debian/Command/_debfoster, diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 555bd9e51..b14ab25fb 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -63,10 +63,13 @@ # typing @ or # removes the space which was automatically added. # The context used has `at-suffix' or `hash-suffix' in the position # before the tag to indicate suffix completion (as always, ^Xh will -# show you all possible contexts). This should make it possible +# show you all possible contexts). This makes it possible # to select changes, dates, labels and clients using the tag-order -# style, but unfortunately there is a bug which stops any tags afer -# the first group from being displayed. +# style. For example, +# zstyle ':completion:*:p4-*:at-suffix:*' tag-order changes '*' +# will force all completion after `@' to show changes first. Executing +# _next_tags (usually ^x^n) will cycle between that and the remaining +# tags (dates, labels, clients). # # A # is automatically quoted when handled in this way; if the file is # typed by hand or the completion didn't finish (e.g. you typed a character -- cgit 1.4.1