vim-repl
vim-repl copied to clipboard
Best REPL environment for Vim
such as when user `:REPLToggle python` the repl name will be `python`, when user `:REPLToggle julia`, the repl name will be `julia`. `g:repl_console_name` cannot change automatically. it is an enhancement....
 sometimes the split window destroys my current workspace (when using multiple splits), if the plugin can support popup window, it will be good! i know some plugin support vim...
such as codeblock in markdown, js in html? ``` ```{.python} import os `` ```matlab plot(X, Y); `` ```
**Describe the bug** When using `%%timeit` to get exec time of a code block, like below: ``` %%timeit mean, var = 0., 0. for i in range(1000000): x = np.random.randn()...
**Describe the bug** It seems I cannot switch from the REPL using my mapping for the switching. My current mapping is: nnoremap nnoremap nnoremap nnoremap **Desktop (please complete the following...
有时候之前好的。后来\w就不工作了,没有任何反应, 但repl窗口还在,但貌似之间的联系断掉了。 这时候如果ctrlD手工关掉repl,然后再次REPLtoggle,当前buffer就会消失。关掉整个tab重新打开也不成。需要重启vim。。
比如设置了竖形REPL窗口的宽度 let g:repl_width = 50 "REPL windows width 然后:REPLToggle 启动。 repl窗口出现,宽度50。没问题。 现在在其他窗口做竖分割,repl窗口仍然为50。 没问题 现在关掉其他窗口的分割,repl窗口会自动变宽。 这是vim的问题还是REPL窗口的问题?有办法让这个REPL窗口宽度不自动变化吗? 我希望REPL一直保持着我定义的初始宽度。
我发现对于简单的应用ok,但是当打开多个文件之后REPLToggle总有问题。。 比如打开文件a.py, REPLToggle 打开运行良好。 然后用多个tab打开多个文件,编辑其他文件。 切换回初始a.py的tab,关闭REPL,再打开,结果所有其他tab中的文件buffer都罗列在了当前运行REPL的tab中。 很容易重现。目前的设计不支持编辑器中有多个文件打开再多个tab?
处理 function repl#REPLToggle[3]..repl#REPLClose 时发生错误: 第 46 行: E108: 无此变量: "b:REPL_OPEN_TERMINAL" 在窗口,多次执行关闭repl的单步调试窗口。快捷键。。  
Is there any recommended setup that supports Multiline REPL for Perl?