Re: how to transfer output of ':.w !sh' back to current buffer

2016-03-04 Thread Charles E Campbell
Roman wrote: > I use ':.w !sh' to run some lines with shell commands > Is any way to transfer output of this commands back to buffer or maybe to > split buffer window or do something like ':r !sh $current_line' > RunView is designed to do the split buffer window and display output thing. You can

Re: how to transfer output of ':.w !sh' back to current buffer

2016-03-01 Thread Roman
воскресенье, 28 февраля 2016 г., 12:55:06 UTC+6 пользователь Erik Christiansen написал: > On 26.02.16 08:29, Roman wrote: > > I use ':.w !sh' to run some lines with shell commands > > Is any way to transfer output of this commands back to buffer or maybe > > to split buffer window or do something

Re: how to transfer output of ':.w !sh' back to current buffer

2016-02-27 Thread Erik Christiansen
On 26.02.16 08:29, Roman wrote: > I use ':.w !sh' to run some lines with shell commands > Is any way to transfer output of this commands back to buffer or maybe > to split buffer window or do something like ':r !sh $current_line' The easiest way to return the result is not to use ":.w", but the !

Re: how to transfer output of ':.w !sh' back to current buffer

2016-02-26 Thread Roman
> On Friday, February 26, 2016 at 11:29:48 AM UTC-5, Roman wrote: > > I use ':.w !sh' to run some lines with shell commands > > Is any way to transfer output of this commands back to buffer or maybe to > > split buffer window or do something like ':r !sh $current_line' > > You could always just *

Re: how to transfer output of ':.w !sh' back to current buffer

2016-02-26 Thread Matthew Desjardins
On Friday, February 26, 2016 at 11:29:48 AM UTC-5, Roman wrote: > I use ':.w !sh' to run some lines with shell commands > Is any way to transfer output of this commands back to buffer or maybe to > split buffer window or do something like ':r !sh $current_line' You could always just *replace* the

how to transfer output of ':.w !sh' back to current buffer

2016-02-26 Thread Roman
I use ':.w !sh' to run some lines with shell commands Is any way to transfer output of this commands back to buffer or maybe to split buffer window or do something like ':r !sh $current_line' -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the