jalvesaq / vimcmdline

Send code to command line interpreter
GNU General Public License v2.0
223 stars 38 forks source link

session/line number not unique error, reproducible example #100

Closed ssh352 closed 10 months ago

ssh352 commented 2 years ago

I have encountered this error via a simple example. Could anyone advise?

Screen Shot 2022-05-09 at 10 35 35 AM

neovim 0.7.0 python 3.9.12 ipython 8.3.0 vimcmdline latest

jalvesaq commented 2 years ago

Could you try Python instead of iPython, please?

ssh352 commented 2 years ago

Thanks for the advice. no such problem with python. Wish I could still use ipython without such problem.

jalvesaq commented 2 years ago

People who have contributed to support iPython were @epwalsh, @kprimice and @ianliu.

smilesun commented 2 years ago

same issue with ipython on my side with the current commit, but if I remember correctly, ipython works before the Feburary commit.

jalvesaq commented 1 year ago

I installed ipython, sent a few lines to it, and couldn't see any issues...

ssh352 commented 10 months ago

it works with latest neovim and ipython. ipython must have fixed it. closing.