1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 19:35:45 +01:00

Removed comment: yeah, feedkeys still needs that noremap arg

This commit is contained in:
Marco Candrian
2008-01-11 17:46:46 +00:00
parent fa9e91a232
commit dfcb60fa74

View File

@@ -59,7 +59,7 @@ vimperator.Map = function (modes, cmds, action, extraInfo) //{{{
this.shortHelp = extraInfo.shortHelp || null; this.shortHelp = extraInfo.shortHelp || null;
this.rhs = extraInfo.rhs || 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? // TODO: are these limited to HINTS mode?
// Only set for hints maps // Only set for hints maps