Yiteng Zhang.
Yiteng Zhang.
Are you using windows? I don't have a Windows machine so I can't fully test this plugin on Windows platform.
Do you vim use python2 interpreter? what's the result of `:echo has("python3")` I test it on my server (ubuntu 18.04, vim 8.2 with python 3.9 backed), cannot repo. check the...
 Wired, it works fine on my machine. You can paste it via: `"rp`. What's your vim version?
A pr is welcomed. It may be beneficial for many people. I cannot help you too much on this topic because I'm not familiar with perl language.
That's a great idea! I will spend some time in it.
最好详细讲一下复现的流程,我还是有点没明白你的意思,有截图也挺好
现在多tab会共享一个REPL窗口,
我已经更新,在我这里可以支持多tab,你可以更新看看能不能使用
现在是每个tab拥有一个独立的REPL,区别不同的REPL是依靠TAB的编号,也就是说在第二个tab中打开的REPL叫做:`ZYTREPL2`,以此类推。这样的问题在于如果有多个tab,都打开了repl窗口,但是关闭了某个tab,那么后面tab对应的repl的名字就都对不上了。
你更新了么?现在是独立的呀?