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
> 
> 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:
> 
> Error detected while processing function 
> conque_term#open..conque_term#set_buffer_settings:
> line    6:
> E10: \ should be followed by /, ? or &
> Press ENTER or type command to continue
> 
> I tried this :
> :Conqterm tail -f /var/log/syslog <bar> grep -i abc
> 
> I got:
> 
> Error detected while processing function 237..conque_term#set_mappings:
> line  150:
> E31: No such mapping
> 
> what's the right way to do?
> 
> thanks
> 
> regards
> ping

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to