vim-repl icon indicating copy to clipboard operation
vim-repl copied to clipboard

Recommended setup for Perl that supports Multiline REPL

Open weisheng-binary opened this issue 5 years ago • 2 comments

Is there any recommended setup that supports Multiline REPL for Perl?

weisheng-binary avatar Nov 15 '19 06:11 weisheng-binary

@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).

aminroosta avatar Dec 09 '19 04:12 aminroosta

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.

sillybun avatar Dec 09 '19 14:12 sillybun