Mail Archives: cygwin/2010/11/02/16:52:02
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL
|
X-Spam-Check-By: | sourceware.org
|
Message-Id: | <20101102205031.093395100@gmail.com>
|
User-Agent: | quilt/0.48-1
|
Date: | Tue, 02 Nov 2010 13:49:01 -0700
|
From: | dan DOT colascione AT gmail DOT com
|
To: | cygwin AT cygwin DOT com
|
Subject: | [patch 6/8] Document completion_strip_exe in bash
|
References: | <20101102204855 DOT 153395100 AT gmail DOT com>
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
Index: bash-3.2/doc/bash.1
===================================================================
--- bash-3.2.orig/doc/bash.1
+++ bash-3.2/doc/bash.1
@@ -7991,6 +7991,11 @@ If set,
changes its behavior to that of version 3.1 with respect to quoted
arguments to the conditional command's =~ operator.
.TP 8
+.B completion_strip_exe
+If set, whenever Bash sees a `foo.exe' while trying to complete a
+command, it checks whether a file called `foo' is a hardlink to the
+former and, if so, uses the short name.
+.TP 8
.B dotglob
If set,
.B bash
Index: bash-3.2/doc/bashref.texi
===================================================================
--- bash-3.2.orig/doc/bashref.texi
+++ bash-3.2/doc/bashref.texi
@@ -3603,6 +3603,11 @@ If set, Bash
changes its behavior to that of version 3.1 with respect to quoted
arguments to the conditional command's =~ operator.
+@item completion_strip_exe
+If set, whenever Bash sees a ``foo.exe'' while trying to complete a
+command, it checks whether a file called ``foo'' is a hardlink to the
+former and, if so, uses the short name.
+
@item dotglob
If set, Bash includes filenames beginning with a `.' in
the results of filename expansion.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -