mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:38:00 +01:00
Get rid of template.map overloading, add standard "usage" template for ex/vi/option
This commit is contained in:
@@ -931,7 +931,7 @@ liberator.Editor = function () //{{{
|
||||
let list =
|
||||
<table>
|
||||
{
|
||||
liberator.template.map(abbrev, function (lhs, rhs)
|
||||
liberator.template.map(abbrev, function ([lhs, rhs])
|
||||
liberator.template.map(rhs, function (abbr)
|
||||
searchFilter.indexOf(abbr[0]) < 0 ? undefined :
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user