Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#32053 closed defect (fixed)

bash-completion @1.3_3 Regular expression error

Reported by: wahl77+MacPorts@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: bash-completion

Description

If ~/ssh/config file has a host that begins with a letter "t", auto-completion does not work: it removes the first letter. Example: Host tabc will only complete with abc, if we press t[TAB], it will not appear. If we type ssh[TAB] host tabc will only appear as abc. I believe it to be in /opt/local/etc/bash_completion regular expression on line 1337 but I may be mistaken.

Change History (5)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to raimue@…
Port: bash-completion added

comment:2 Changed 12 years ago by raimue (Rainer Müller)

Status: newassigned

Appears to be a general issue in bash_completion that is not specific to Mac OS X or the MacPorts packaging, so it should be reported upstream as well.

comment:3 Changed 12 years ago by raimue (Rainer Müller)

Keywords: Bash-Completion Regular expression removed

Appears still to be broken even in bash-completion 2.0.

comment:4 Changed 11 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

comment:5 Changed 11 years ago by raimue (Rainer Müller)

Updated patch in r110205.

Note: See TracTickets for help on using tickets.