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

Fix :map <filter>

This commit is contained in:
Kris Maglione
2008-11-30 14:19:34 +00:00
parent 20c6aca867
commit c72581c6e9

View File

@@ -384,7 +384,7 @@ function Mappings() //{{{
let maps = mappingsIterator(modes, user);
if (filter)
maps = (map for (map in maps) if (map.names[0] == filter));
maps = [map for (map in maps) if (map.names[0] == filter)];
let list = <table>
{