1
0
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:
Martin Stubenschrott
2008-02-25 17:01:18 +00:00
parent 09eb8e5939
commit e02cc7622c

View File

@@ -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,