From: chrisw@rice.edu (Christopher Warrington)
Subject: [sup-talk] [PATCH] updated text and keybinding in label-search-results-mode
Date: Mon, 3 Mar 2008 02:01:20 -0600 [thread overview]
Message-ID: <1204531280-4048-1-git-send-email-chrisw@rice.edu> (raw)
The text in label-search-results-mode now matches that of search-results-mode.
---
lib/sup/modes/label-search-results-mode.rb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/sup/modes/label-search-results-mode.rb b/lib/sup/modes/label-search-results-mode.rb
index af6831c..bca51d4 100644
--- a/lib/sup/modes/label-search-results-mode.rb
+++ b/lib/sup/modes/label-search-results-mode.rb
@@ -10,12 +10,12 @@ class LabelSearchResultsMode < ThreadIndexMode
end
register_keymap do |k|
- k.add :refine_search, "Refine search", '.'
+ k.add :refine_search, "Refine search", '|'
end
def refine_search
label_query = @labels.size > 1 ? "(#{@labels.join('||')})" : @labels.first
- query = BufferManager.ask :search, "query: ", "+label:#{label_query} "
+ query = BufferManager.ask :search, "refine query: ", "+label:#{label_query} "
return unless query && query !~ /^\s*$/
SearchResultsMode.spawn_from_query query
end
--
1.5.3.7
next reply other threads:[~2008-03-03 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-03 8:01 Christopher Warrington [this message]
2008-03-26 16:07 ` William Morgan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1204531280-4048-1-git-send-email-chrisw@rice.edu \
--to=chrisw@rice.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox