vim-repl
vim-repl copied to clipboard
Best REPL environment for Vim
this does not work for me on ipython ``` let g:repl_output_copy_to_register = 'r' ``` what am I missing?
如何代码括号不匹配,插件会在vim里报错:比如 ```python for i in range(len(l2)): l2[i]=l2[i] % 10 if l2[i] // 10: l2[i+1 += 1 ``` ```python Error detected while processing function repl#SendCurrentLine[10]..repl#SendWholeBlock[14]..repl#SendLines[10]..repl#ToREPLPythonCode: line 23: Traceback (most recent call...

the REPL disappears when I tried to move the REPL from vertical split to a new tab. Originally it is like this:  now in REPL pane I press c-w...
Please, consider adding option set nobufflisted to function REPLOpen. It would make easier using REPL with several opened buffers. Without this option, when moving periodically over buffers, one jumps info...
**Describe the bug** I have the mapping: ```vim nnoremap r :REPLToggle ``` When I do `r`, I have to press a button in order for the terminal to appear. For...
Hello, I have problem in REPLDebugStopAtCurrentLine, I have already install ```ipdb```  System: MacOs - result of `:REPLDebugInfo` 

在windows-terminal下使用vim-repl,每次发送时候都会往前面多选一个字符,连等号一起发送了
目前是根据文件类型匹配响应的repl。 但有时候想临时改变一下。比如对python,通常需要python3 repl,但有时候想临时测下python2. 是否可以用命令指定?