aboutsummaryrefslogtreecommitdiffstats
path: root/auto_word_select_mode.js
diff options
context:
space:
mode:
authorsnaka2009-07-04 01:24:18 +0000
committersnaka2009-07-04 01:24:18 +0000
commitdc490eccdc5bc1f3c0a67f6e398c1e4300fa0b81 (patch)
treeef91fd027e790502b5dd059bb0b24ee7aa681e90 /auto_word_select_mode.js
parent7cb0c6cd1106ab66c01cdde6d422929a1a1fd798 (diff)
downloadvimperator-plugins-dc490eccdc5bc1f3c0a67f6e398c1e4300fa0b81.tar.bz2
Removed some debug code.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34289 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_word_select_mode.js')
-rw-r--r--auto_word_select_mode.js7
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: