public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] eselect r659 - trunk/misc
@ 2009-09-18 20:13 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-09-18 20:13 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2009-09-18 20:13:19 +0000 (Fri, 18 Sep 2009)
New Revision: 659

Modified:
   trunk/misc/eselect.bashcomp
Log:
Show only one spelling variant for completion.

Modified: trunk/misc/eselect.bashcomp
===================================================================
--- trunk/misc/eselect.bashcomp	2009-09-18 20:03:12 UTC (rev 658)
+++ trunk/misc/eselect.bashcomp	2009-09-18 20:13:19 UTC (rev 659)
@@ -8,7 +8,7 @@
 
 _eselect() {
     local cur sedcmd sedcmd3 possibles
-    local options="--brief --no-color --no-colour"
+    local options="--brief --no-colour"
     COMPREPLY=()
     cur="${COMP_WORDS[COMP_CWORD]}"
     sedcmd='s/^  \([[:alnum:]-][[:alnum:]_-]*\)[[:space:],].*$/\1/p'




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-18 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18 20:13 [gentoo-commits] eselect r659 - trunk/misc Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox