vim-repl
vim-repl copied to clipboard
Best REPL environment for Vim
**Describe the bug** python verion: 3.10.8 ipthon version: 8.22.2 system: win10/win11 gvim version: 9.0 repl带缩进的代码块到ipython中时, 会发生缩进错误: 错误如下图所示: **Screenshots**  **Additional context** 感觉和ipython 7.0附近那次更新出的bug类似啊 可以用类似的代码处理搞定吗? 在return语句后面加上pass语句就可以临时解决缩进的问题
**Describe the bug** Decorator with arguements is not working in REPL shell with iPython kernel. Details: the same decorator with arguments function is reported TypeError when executed in REPL shell,...
windows vim发送代码到Python解释器不能立即执行, 要在解释器中按回车才能执行。
vim-repl在python函数或条件判断循环体内部有缩进的地方,不能单独发送一行代码,只能是发送两行及以上的代码才能成功执行
vim-repl在WSL debian vim9.01499中发送任何Python代码都报错  请问这样的报错该怎么解决啊
IPython run support would be great. For example, instead of sending all the lines, invoking `%run current_file.py `would be great.
无法加载库 python311.dll:Ҳ
After upgrading IPython (among other things) the plugin was not indenting correctly from time to time. The issue is in line 230 of the formatpythoncode.py file: ```if self.version[0] == "7"...
**Describe the bug** 1. The window does not have a vertical scroll bar, and does not support shortcut keys in vim for switching rows, so the input and output beyond...