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); } }; }