On Thu, Nov 09, 2006 at 09:49:46AM +0800, [EMAIL PROTECTED] wrote: > > By the way, you should also know that "you should never add a space before > [ ]". > > the abc [1] works in Vim6, but in Vim 7 there should not be a space so > there must be abc[1]. > > I don't know why there is such a requirement in Vim 7, but it breaks one of > my script.
Just a guess, but I suspect the change is because [1] is recognized in Vim 7 as a List (with one element). HTH --Benji Fisher