mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 11:24:10 +01:00
Some completion fixes
This commit is contained in:
@@ -402,7 +402,7 @@ function Mappings() //{{{
|
||||
}
|
||||
|
||||
// anything found?
|
||||
var flag = output.some(function (x) x);
|
||||
var flag = output.some(util.identity);
|
||||
if (!flag)
|
||||
{
|
||||
liberator.echo("No mappings found");
|
||||
|
||||
Reference in New Issue
Block a user