bash-completion @1.3_3 Regular expression error
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)
| Owner: |
changed from macports-tickets@… to raimue@…
|
| Port: |
bash-completion added
|
| Keywords: |
Bash-Completion Regular expression removed
|
| Resolution: |
→ fixed
|
| Status: |
assigned →
closed
|
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.