mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:48:00 +01:00
Small fixes for recent commits.
This commit is contained in:
@@ -1139,7 +1139,7 @@ function Editor() //{{{
|
||||
removeAllAbbreviations: function (filter)
|
||||
{
|
||||
let searchFilter = (filter == "!") ? "!ci" : filter + "!";
|
||||
for ([lhs, [mode, rhs]] in abbrevs())
|
||||
for (let [lhs, [mode, rhs]] in abbrevs())
|
||||
if (searchFilter.indexOf(mode) >= 0)
|
||||
this.removeAbbreviation(filter, lhs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user