aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-01-12 08:10:22 +0000
committeranekos2010-01-12 08:10:22 +0000
commit9df5798c876896a240a83dc04d30a78c0ef31780 (patch)
tree208231855834b5e98b029792c0736bc6de7cbd3c
parent10ceeaa27707888b766c66ce18dd529a48f9e69d (diff)
downloadvimperator-plugins-9df5798c876896a240a83dc04d30a78c0ef31780.tar.bz2
turn on ad-hoc fix
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36418 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--localkeymode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/localkeymode.js b/localkeymode.js
index 1f7616c..312c182 100644
--- a/localkeymode.js
+++ b/localkeymode.js
@@ -244,7 +244,7 @@ liberator.plugins.LocalKeyMode = (function() {
loadKeyMap: function() {
var self = this;
// 暫定処置
- //if (liberator.plugins.feedKey && liberator.plugins.feedKey.origMap.length >0) return;
+ if (liberator.plugins.feedKey && liberator.plugins.feedKey.origMap.length >0) return;
this.helpstring = '';
if (this.isBinding) this.restoreKeyMap();
if (!this.isEnable) {