Re: vim: ex cmd with pipe

2013-09-08 Thread Ping
I think I tried that but still got errors I'll paste the captures later On Sep 6, 2013, at 10:17, Paul wrote: > On Thursday, 05 September, 2013 at 20:24:43 BST, Ping wrote: >>> all fine, but now I need a little bit pipe work here: >>> >>> :Conqterm tail -f /var/log/syslog | grep -i abc >>> >

Re: Fwd: vim: ex cmd with pipe

2013-09-06 Thread Paul
On Thursday, 05 September, 2013 at 20:24:43 BST, Ping wrote: all fine, but now I need a little bit pipe work here: :Conqterm tail -f /var/log/syslog | grep -i abc this doesn't work and throw me a warning: Have you tried \| ? -- -- You received this message from the "vim_use" maillist. Do not

Fwd: vim: ex cmd with pipe

2013-09-05 Thread Ping
Sent to wrong place.. Resent > I'm using Conqterm plugin for a long time in a daily basis and basically like > it. > > one of it's cmd is : > > :Conqterm SOME SHELL CMD > > like: > > :Conqterm bash > :Conqterm ls -l > > now I need to tail a file: > > :Conqterm tail -f /var/log/syslog > > a