mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:38:12 +01:00
readded getUserIterator
This commit is contained in:
@@ -181,6 +181,12 @@ vimperator.Mappings = function () //{{{
|
||||
return mappingsIterator([vimperator.modes.NORMAL], main);
|
||||
},
|
||||
|
||||
// used by :mkvimperatorrc to save mappings
|
||||
getUserIterator: function (mode)
|
||||
{
|
||||
return mappingsIterator(mode, user);
|
||||
},
|
||||
|
||||
add: function (modes, keys, description, action, extra)
|
||||
{
|
||||
addMap (new vimperator.Map(modes, keys,
|
||||
|
||||
Reference in New Issue
Block a user