Issues with Eval after 8a7e371
markwoodhall opened this issue · 14 comments
Hi, thanks for all the work you are doing, still using and loving this plugin.
I do have a bit of an issue at the moment though, I've tried to understand what is causing it but I'm not sure.
All that I know for certain is that after this change 8a7e371 eval'ing anything no longer works for me. It hits the timeout and I get the .... response. Before that change everything was working fine.
I'm running neovim on Arch with the neovim python plugin and python version 3.6.0.
Thanks in advance for any help.
Cheers.
Mark
Same problem here
Were talking about using the FsiEval command? I just tried it on mine and it seems to work ok. Can you get fsharpi working ok outside of vim?
Yeah, fsharpi works.
@adityavkk are you also using neovim? if so could you try with vim?
I'm running into the same issue here as well.
No, I'm using plain vim.
Python 3.
Same here: neovim with python3. Can #78 be merged if it solves this issue.
It looks like it's working now. Thank you.
Thanks to @xuanduc987 for the fix!
Working for me now too. Thanks a lot @xuanduc987.