edwinb / idris2-vim

Vim mode for Idris 2
75 stars 26 forks source link

Escape the paths passed to idris2 #4

Closed ShinKage closed 4 years ago

ShinKage commented 4 years ago

All the commands failed if the file path contains characters that need to be escaped, such as whitespaces. This patch escapes the path passed as argument to the idris2 command.

edwinb commented 4 years ago

Thanks! Does this fix the same thing as #3?

ShinKage commented 4 years ago

I'm not sure. I have never hit that specific error.