On 4/10/07, Mahesh Sivasubramanian <[EMAIL PROTECTED]> wrote:
I am trying to do something to the effect of

ls | gvim - --remote-client.  or ls | gvim --remote-client -

However, vi sees the - as a file name and opens a new filename. Is there
way to open the stdin output on a gvim server?

Do some of these do what you want :

    gvim --remote `ls`
    gvim --remote $(ls)
    gvim --remote-silent `ls`
    gvim --remote-silent  $(ls)

?

 ... --remote-client....

Must be a typo.
There is --remote and --remote-silent. There is no --remote-client.

Yakov

Reply via email to