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** REPLHide correctly hide the buffer, but REPLUnhide won't unhide the buffer. Nothing seems to happen. - result of `:REPLDebugInfo` ![image](https://user-images.githubusercontent.com/10845685/181267911-100e4525-53cb-4b83-848d-83a0a7ed5a45.png) **EDIT:** In reality the behavior is very...

**Describe the bug** If you send some code between two code-cells and there is an error, then all the remaining lines of the current cells are sent anyways. The correct...

**Describe the bug** If I add `let g:repl_python_pre_launch_command = 'source C:/Users/yt75534/Anaconda3/Scripts/activate.bat'` to my `.vimrc`, then when I open vim I have the following error ![image](https://user-images.githubusercontent.com/10845685/179480192-92664e83-69c3-416a-8074-fff1d61fe597.png) **Desktop (please complete the following...

选中的代码: ![image](https://user-images.githubusercontent.com/58220227/173758105-42e00e8d-d495-4ebd-a789-1dee1c61b425.png) 发送后的情况: ![image](https://user-images.githubusercontent.com/58220227/173758212-ff49bc57-3391-420e-a755-d80b25d41995.png)

After having run `:REPLSendSession` the terminal freezes very often. Also, the the number of sent `` seems to follow a random pattern. That happened after upgrading to `iPython 8.2`. Output...

I love this tool that just work out of the box, however I have a couple of improvements that I wish to suggest. I use `gvim `with `ipython `as `REPL...

Got this when run in neovim /bin/bash: ++: invalid option Usage: /bin/bash [GNU long option] [option] ... /bin/bash [GNU long option] [option] script-file ... GNU long options: --debug --debugger --dump-po-strings...

**Describe the bug** VIM will exit itself after I use `:REPLHide` and navigate to the *hidden* buffer. Please see the gif **Screenshots** ![buffer navigation](https://user-images.githubusercontent.com/34254408/123730078-8452a680-d8c8-11eb-9f12-ff9e55a4e996.gif) **Desktop (please complete the following information):**...

I'm not sure how much the work is. It just a feature request. When I use `r` to open terminal program, neovim shows the following error. ![image](https://user-images.githubusercontent.com/24786426/42419804-67b17d90-82ee-11e8-9e05-2353ec8b1c7c.png)

enhancement

as long as this below error happened *once*, it will happen for each every `\w` on anywhere. From that moment on, the only way I found to avoid this, is...