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

windows git bash环境下用vim-repl发送的python代码在python的解释器中没有执行, 需要按ctrl+w 切换到下方的python解释器窗口,在代码尾部按下回车键才能执行代码 ![image](https://user-images.githubusercontent.com/68001792/142356838-be710679-71cf-42dc-8898-a9fe16a322ac.png)

请问能让vim支持c++的交互式解释器cling吗?

**Describe the bug** When attempting to run a pyplot `plot()` command using `W` or by writing the command manually the open python REPL immediately shuts down. No error message is...

julia也是动态语言,性能很好,希望vim-repl能支持一下julia这个编程语言

时不时的会触发这个问题, 我先叫做“海啸症状“吧,看图: ![image](https://user-images.githubusercontent.com/2038044/109694997-6616ad00-7b59-11eb-9c2f-cde716c27255.png) 我本来有十个tab,在其中一个里面调试python程序。当这个问题出现的时候,vim卡死几秒,占用cpu很高,然后山呼海啸所有的tab都在我当前的窗口竖行排列出来,然后你分不清哪个是哪个了。 这时候我只好:qa! 重启。 这问题每隔一段时间出现一次,好在不太频繁。不知道是怎么触发的。截图这个我只是visual select了一段代码按\w打算发到ipython。

**Describe the bug** When use `:REPLToggle`, it does not hide the terminal after the terminal is launched. Also, it produces an error msg when try to toggle REPL again: Error...

希望vim-repl能在markdown文件中打开bash, R, python解释器,将markdown中的bash, R, python代码发送到各自的解释器中执行 ,这样可以在写或查看markdown的过程中,方便调试和检验markdown中嵌入的代码

Assume we have a project, where multiple classes are distributed over different files. Let's say we have one `run.py` file, which creates a bunch of instances of these classes and...

能不能像[Nvim-R](https://github.com/jalvesaq/Nvim-R)这个vim插件那样,把光标放到一个函数名上,然后对着这个函数名按\rh, 就可以新分割出一个窗口显示该函数的帮助文档. ![Nvim-R1](https://user-images.githubusercontent.com/68001792/120579456-1dbda280-c45a-11eb-863b-7628022a589a.png)

**Describe the bug** Unexpected chars when using ptpython as repl program , this bug was found in windows, the chars are like ^[, ^H, etc. **Screenshots** If applicable, add screenshots...