vim-repl
vim-repl copied to clipboard
Best REPL environment for Vim
windows git bash环境下用vim-repl发送的python代码在python的解释器中没有执行, 需要按ctrl+w 切换到下方的python解释器窗口,在代码尾部按下回车键才能执行代码 
请问能让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这个编程语言
海啸症
时不时的会触发这个问题, 我先叫做“海啸症状“吧,看图:  我本来有十个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, 就可以新分割出一个窗口显示该函数的帮助文档. 
**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...