fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

Give a more helpful error message if FSAutoComplete is not found on Windows #47

Closed Kazark closed 8 years ago

Kazark commented 8 years ago

Give a more helpful error message if fsautocomplete.exe is not found on Windows. "The system could not find the file specified" is right there with "Undefined is not a function".

kjnilsson commented 8 years ago

nice, thank you - have you tested this still works on a *nix system?

Kazark commented 8 years ago

I did not. I can if you want, but my assumption was that because it was inside a catch block for a WindowsError, that it would never occur on a *nix system. Do you think that is a fair assumption, or is it gratuitous?

kjnilsson commented 8 years ago

thank you!

Kazark commented 8 years ago

Thank you!