[Vimperator] map patch

Martin Stubenschrott stubenschrott at gmx.net
Fri Dec 7 05:38:04 PST 2007


On Sat, Dec 08, 2007 at 12:12:55AM +1100, Doug Kearns wrote:
> var [lhs, rhs] = args.split(/\s+/);

Just to note that this has different semantics, for strings like:
:map a b c 

which is interpreted correctly by vim, but with this regexp it would be
like:

:map a b

--
martin


More information about the Vimperator mailing list