diff --git a/content/commands.js b/content/commands.js index d0e80e87..d7b726f7 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1307,7 +1307,7 @@ vimperator.Commands = function () //{{{ return; } - var [lhs, rhs] = args.split(/\s+/, 2); + var [, lhs, rhs] = args.match(/^(\S+)\s+(.+)$/); var leaderRegexp = //i; if (leaderRegexp.test(lhs))