1
0
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:
Doug Kearns
2007-11-24 13:37:02 +00:00
parent 591b606b5c
commit 035ff4b12e
3 changed files with 7 additions and 7 deletions

View File

@@ -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