defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

Non-ascii characters break the completion #13

Closed golddranks closed 9 years ago

golddranks commented 9 years ago

The search through standard libraries works on Sublime Text 3 / OS X Yosemite, but whenever I have non-ascii characters in my code, it breaks, the completion results don't pop out anymore.

For example: let message = "Ärgh";

makes it break.

However, whenever I use racer directly with line and col number and filename, it works without problems. Thus, it seems to be a problem in RustAutoComplete.

golddranks commented 9 years ago

Fixed!