From 69a04eeb09428c2c44849af055dc8a3e966c2cb3 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 25 May 2008 09:56:52 +0000 Subject: [PATCH] fixed ctrl-l --- content/vimperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/vimperator.js b/content/vimperator.js index 61cf2146..83b3ec7d 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -220,7 +220,7 @@ liberator.config = { //{{{ liberator.mappings.add([liberator.modes.NORMAL], [""], "Redraw the screen", - function () { liberator.commands.redraw(); }); + function () { liberator.commands.get("redraw").execute(); }); /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// COMMANDS ////////////////////////////////////////////////