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:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user