aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
886 stars 123 forks source link

Bugfix: host_pattern and port_pattern are flipped #21

Closed SteveLTN closed 10 years ago

SteveLTN commented 10 years ago

Previously, when I was going to create a config file which contains host and port, rmate always said "connection failure". But manually specifying the port number like -p 12345 worked for me. So I looked into the source code, and found the host_pattern and port_pattern flipped. After flipping them back, everything just works.

aurora commented 10 years ago

arg! thanks! :-)