From 545a0ffb25caaa95631d03287dfdc9d3d16d736d Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Thu, 17 Apr 2008 10:13:51 +0000 Subject: [PATCH] fixed ctrl-i in textboxes (still blocks firefox however) --- content/vim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/vim.js b/content/vim.js index 8e160529..255eb5a2 100644 --- a/content/vim.js +++ b/content/vim.js @@ -933,7 +933,7 @@ const liberator = (function () //{{{ run: function () { - func(args); + func.apply(window, args); } }; }