aboutsummaryrefslogtreecommitdiffstats
path: root/happy_hacking_vimperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'happy_hacking_vimperator.js')
-rw-r--r--happy_hacking_vimperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js
index 46cfae4..b611f32 100644
--- a/happy_hacking_vimperator.js
+++ b/happy_hacking_vimperator.js
@@ -39,7 +39,7 @@
function kill (msg) {
return function (event) {
- if (ignore || !enabled)
+ if (ignore)
return;
event.preventDefault();
event.stopPropagation();