AlanQuatermain / go-tmbundle

A TextMate bundle for the Go programming language.
http://alanquatermain.net/
Other
127 stars 40 forks source link

Changed Complete.tmCommand to accept TM_GOCODE path with spaces. #42

Open tomaszj opened 11 years ago

tomaszj commented 11 years ago

The breaking scenario is when user puts gocode exec file to Support Bundle in ~/Library/Application Support/Textmate/{etc. etc.}.

Hitting Option+Esc results in pop-up: "sh: /Users/YOUR_USER/Library/Application: No such file or directory. No completions found".

This simple commit fixes that.