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