siegebell / vscoq

Coq Support for Visual Studio Code
MIT License
92 stars 9 forks source link

Output spaces instead of non-breaking spaces #164

Open varkor opened 6 years ago

varkor commented 6 years ago

coqtop uses non-breaking spaces instead of spaces in its output, which is frustrating when the user just wants to copy and paste the output directly into source. Here we replace non-breaking spaces with spaces in output strings to fix this.