You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
When opening any fsharp file I'm getting the following error:
Error detected while processing /home/sumuser/.vim/bundle/vim-fsharp/ftplugin/fsharp.vim:
line 81:
Traceback (most recent call last):
File "<string>", line 25, in <module>
File "<string>", line 22, in get_path
File "/home/sumuser/.vim/bundle/vim-fsharp/ftplugin/fsharpvim.py", line 165, in get_paths
return self._getpaths.send("compilerlocation\n")
File "/home/sumuser/.vim/bundle/vim-fsharp/ftplugin/fsharpvim.py", line 47, in send
self._write(command)
File "/home/sumuser/.vim/bundle/vim-fsharp/ftplugin/fsharpvim.py", line 32, in _write
self.proc.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe
Thanks in advance ☺
The text was updated successfully, but these errors were encountered:
When opening any fsharp file I'm getting the following error:
Thanks in advance ☺
The text was updated successfully, but these errors were encountered: