mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 20:04:10 +01:00
Removed comment: yeah, feedkeys still needs that noremap arg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user