On Thu, 5 Aug 2010, James Vega wrote:

> On Thu, Aug 05, 2010 at 11:52:58AM -0400, Benjamin R. Haskell wrote:
> > Roughly, from what I can tell:
> > 
> > :vglobal/\S/ -- for all lines without non-whitespace (i.e. forall blank 
> > lines):
> > ,            -- repeat last f F t T search  (or does ',' do something 
> > different here?)
> > /\S/         -- find next non-whitespace line
> 
> The comma behavior you describe is for normal mode.  Here it is being 
> used to delimit a range (:help cmdline-ranges).  ",/\S/" is the same 
> as ".,/\S/".

Ah, thanks.  I thought it looked 'range-like', but I didn't know the 
first portion of a range was optional.

So, is the original problem related to ranges within closed folds?  Or 
to '-j' within closed folds?  It's odd that it doesn't happen without 
them.

-- 
Best,
Ben

-- 
You received this message from the "vim_dev" 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

Raspunde prin e-mail lui