vim-repl icon indicating copy to clipboard operation
vim-repl copied to clipboard

Best REPL environment for Vim

Results 51 vim-repl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** python verion: 3.10.8 ipthon version: 8.22.2 system: win10/win11 gvim version: 9.0 repl带缩进的代码块到ipython中时, 会发生缩进错误: 错误如下图所示: **Screenshots** ![2024-03-14_083906.png](https://p.sda1.dev/16/00d2077b1ce62d32824c46f400b4b810/2024-03-14_083906.png) **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代码都报错 ![vim_repl报错.png](https://github.com/sillybun/vim-repl/assets/58220227/6c1cb016-9dc3-400a-81e3-5aead8f86f6b) 请问这样的报错该怎么解决啊

IPython run support would be great. For example, instead of sending all the lines, invoking `%run current_file.py `would be great.

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...