mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:57:58 +01:00
speeded up hints display on large sites by factor 2
This commit is contained in:
@@ -77,7 +77,8 @@ vimperator.modes = (function()
|
||||
// for its cleanup here
|
||||
function handleModeChange(oldmode, newmode)
|
||||
{
|
||||
vimperator.log("switching from mode " + oldmode + " to mode " + newmode, 7);
|
||||
// TODO: fix v.log() to work verbosity level
|
||||
// vimperator.log("switching from mode " + oldmode + " to mode " + newmode, 7);
|
||||
|
||||
switch (oldmode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user