fsharp / zarchive-vim-fsharp

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

Error detected while processing #106

Open popkinj opened 5 years ago

popkinj commented 5 years ago

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 ☺