From dfcb60fa744c35514064ac66104538f321acae78 Mon Sep 17 00:00:00 2001 From: Marco Candrian Date: Fri, 11 Jan 2008 17:46:46 +0000 Subject: [PATCH] Removed comment: yeah, feedkeys still needs that noremap arg --- content/mappings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/mappings.js b/content/mappings.js index af824047..388282dc 100644 --- a/content/mappings.js +++ b/content/mappings.js @@ -59,7 +59,7 @@ vimperator.Map = function (modes, cmds, action, extraInfo) //{{{ this.shortHelp = extraInfo.shortHelp || null; this.rhs = extraInfo.rhs || null; - this.noremap = extraInfo.noremap || false; // XXX: needed for mkv; providing feedkeys true/false still neded? + this.noremap = extraInfo.noremap || false; // TODO: are these limited to HINTS mode? // Only set for hints maps