mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:57:59 +01:00
fixed :map x :<cr> problem
This commit is contained in:
@@ -601,7 +601,6 @@ function Commands() //{{{
|
||||
var matches = args.match(/^([^\s]+)(?:\s+(.+))?$/)
|
||||
var [lhs, rhs] = [matches[1], matches[2]];
|
||||
|
||||
// alert(">>" + lhs + "<<");
|
||||
if (rhs)
|
||||
{
|
||||
vimperator.mappings.add(new Map(vimperator.modes.NORMAL, [lhs],
|
||||
|
||||
Reference in New Issue
Block a user