Yiteng Zhang.
Yiteng Zhang.
Good idea. I will fix it in a few days.
这个问题很难解决。因为插件的逻辑会检查一遍代码各行的括号匹配情况,已经每一行是否是完整的,已经每一行的缩进情况。这主要是因为ipython会自动的加入缩进,所以我需要知道每一行的缩进情况来进行删除ipython的自动锁进。 在本身代码括号匹配出错的情况下,插件是很难知道如何去发送代码的。
I have to admit that currently, I cannot provide support for `neovim` because that I'm not a `neovim` user. I tried to install neovim and something went wrong with my...
who can help to tell me how to use neovim and vim simutaneously on macOS? I have never used neovim yet/
@rittelle that will be awesome
bash works on my machine. what's your configuration for vim-repl?
It's very strange because the same setting works fine on my machine. What's the version of your vim?
请把 `:REPLDebugInfo` 的结果发给我
我找个windows的电脑试试看。
Good idea. It's plausible, just with several little problems. - Is it necessary to deal with conditions that there exit codes with different languages? - How to know which repl...