mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 22:24:13 +01:00
fix v.hints.currentState and hintedElements properties being called as
functions
This commit is contained in:
@@ -1079,7 +1079,7 @@ vimperator.Mappings = function () //{{{
|
||||
}
|
||||
));
|
||||
addDefaultMap(new vimperator.Map(vimperator.modes.HINTS, [","],
|
||||
function () { vimperator.input.buffer += ","; vimperator.hints.setCurrentState(0); },
|
||||
function () { vimperator.input.buffer += ","; vimperator.hints.currentState = 0; },
|
||||
{
|
||||
cancelMode: false,
|
||||
alwaysActive: true
|
||||
|
||||
Reference in New Issue
Block a user