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