vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] Is there something special about J[oin], or "why can't I do t


From: Brendan O'Dea
Subject: Re: [vile] Is there something special about J[oin], or "why can't I do this?"
Date: Tue, 19 Aug 2008 21:45:50 +1000
User-agent: Mutt/1.5.11

On Tue, Aug 19, 2008 at 12:38:18PM +0100, Chris G wrote:
> No, that doesn't work, I tried it.  I think (see my further postings)
> that only a few commands work with :g and join isn't one of them.

Odd, it works for me.  Given a test file with 4 lines:

  a
  b
  c
  d

the command:

  :g/b/j

results for me in three lines:

  a
  b c
  d

Using vile 9.5d

--bod




reply via email to

[Prev in Thread] Current Thread [Next in Thread]