[Vimperator] map patch
Martin Stubenschrott
stubenschrott at gmx.net
Thu Dec 6 21:19:51 PST 2007
On Fri, Dec 07, 2007 at 05:24:26AM +0100, calmar wrote:
> I'm not really sure what you mean, could you point-out an example?
- var matches = args.match(/^([^\s]+)(?:\s+(.+))?$/);
- var [lhs, rhs] = [matches[1], matches[2]];
- var leaderRegexp = /<Leader>/i;
+ var matches = args.match(/^([^\s]+)(?:\s+(.+))?$/);
+ var [lhs, rhs] = [matches[1], matches[2]];
+ var leaderRegexp = /<Leader>/i;
Spaces here just for demo purposes look at the patch online which you
posted.
--
Martin
More information about the Vimperator
mailing list