2009/12/2 Krishna Rajendran <[email protected]>: > Wed Dec 2 15:54:55 EST 2009 Krishna Rajendran <[email protected]> > * Arbitrary vim search and replace delimiter > For example, the following line can be used: > :s,findtext,replacetext,g > instead of: > :s/findtext/replacetext/g > > > >
The pattern matching that is done in this patch unfortunately breaks other commands that are pattern matched on later in the function definition, e.g. "suspend". -- Deniz Dogan --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
