aiya000 / vim-ghcid-quickfix

Increse your Haskell development via ghcid!
MIT License
30 stars 5 forks source link

Unknown function: term_start #2

Closed LeventErkok closed 5 years ago

LeventErkok commented 5 years ago

I'm on Mac OSX, and vi version is 9.0.1283.

When I run :GhcidQuickfixStart, it fails with:

"output-vim-ghcid-quickfix-ghcid" [Not edited] --No lines in buffer--
Error detected while processing function ghcid_quickfix#start:
line   12:
E117: Unknown function: term_start

Perhaps I didn't quite install it correctly? Any help would be appreciated.

LeventErkok commented 5 years ago

Never mind; reinstalling vim solved the issue. (+terminal wasn't enabled in the original.)

aiya000 commented 5 years ago

@LeventErkok Thank you for this good report :+1: I'll add a notice to require +terminal to README!

aiya000 commented 5 years ago

I added the notice at 7fa539959862a45c3031448affba771ec80cfdbd :smiley:

TomMD commented 5 years ago

I have neovim 3.4 and am experiencing this same issue but suspect the problem is trivial.

Error detected while processing function ghcid_quickfix#start:
line   12:
E117: Unknown function: term_start

I'm not clear on what +terminal is precisely but I gather neovim doesn't support it?

:echo has('terminal')
0
alx741 commented 5 years ago

IIRC Neovim terminal thing is different from what vim8+ has. So I don't think this plugin will work (at least right now) in Neovim

aiya000 commented 5 years ago

Yes, this plugin may not work on NeoVim. Sorry...

I'll implement for NeoVim if many persons want, but I don't have a plan for NeoVim now 🙆‍♂️