mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 01:25:48 +01:00
fix "." mapping for repeating the last normal mode command
This commit is contained in:
@@ -70,6 +70,7 @@ Map.prototype = {
|
||||
// FIXME: Kludge.
|
||||
if (this.names[0] != ".")
|
||||
mappings.repeat = function () self.action.apply(self, args);
|
||||
|
||||
return this.action.apply(this, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user