mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:27:57 +01:00
refactored some yanking code
This commit is contained in:
@@ -95,7 +95,7 @@ vimperator.modes = (function () //{{{
|
||||
{
|
||||
// TODO: fix v.log() to work with verbosity level
|
||||
// vimperator.log("switching from mode " + oldMode + " to mode " + newMode, 7);
|
||||
dump("switching from mode " + oldMode + " to mode " + newMode + "\n");
|
||||
// dump("switching from mode " + oldMode + " to mode " + newMode + "\n");
|
||||
|
||||
switch (oldMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user