On Tue, Apr 25, 2006 at 02:21:07PM -0400, Charles E Campbell Jr wrote:
> Hello!
> 
> I know this is a "late date", but I think it would be helpful if
> 
>  for var in list
>  ...
>  endfor
> 
> would complete with var= "".  For example where this might come in handy:
> 
> for home in split(&rtp,',')
>  if isdirectory(home) | break | endif
> endfor

This seems like a rather arbitrary imposition.  There could be
legitimate reasons for var getting the value "" in a loop (such as
looping over the results from matchlist()) which would be confused by
adding an additional loop with var = "".

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to