diff options
Diffstat (limited to 'auto_word_select_mode.js')
-rw-r--r-- | auto_word_select_mode.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/auto_word_select_mode.js b/auto_word_select_mode.js index dbb12ce..f938b51 100644 --- a/auto_word_select_mode.js +++ b/auto_word_select_mode.js @@ -325,10 +325,7 @@ mappings.add( while (count--) controller[caretModeMethod](caretModeArg, false); - if (selectable()) { - liberator.dump(selectable()); - selectWord(); - } + if (selectable()) selectWord(); }, extraInfo ); @@ -367,8 +364,6 @@ function selectable() { } // }}} -liberator.dump("loading ..."); -setTimeout(function() commandline.close(), 1000); })(); // vim:sw=2 ts=2 et si fdm=marker: |