vim-repl
vim-repl copied to clipboard
Recommended setup for Perl that supports Multiline REPL
Is there any recommended setup that supports Multiline REPL for Perl?
@weisheng-binary You could try my fork, it works by concatenating all selected lines before sending them to reply.
Plug 'aminroosta/vim-repl'
(I'm not opening a PR, because it's a simple patch to support perl in my use case only).
A pr is welcomed. It may be beneficial for many people. I cannot help you too much on this topic because I'm not familiar with perl language.