krisajenkins / vim-pipe

Send a vim buffer through a command and instantly see the output.
MIT License
186 stars 15 forks source link

Support in visual mode. #1

Closed albertnetymk closed 11 years ago

albertnetymk commented 11 years ago

This work flow makes it like one repl. Could you add the support for visual mode as well? In other words, pipe only the selected text to the command and put that in the buffer.

albertnetymk commented 11 years ago

I found one alternative plugin, quickrun, which has the support for visual mode.