mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:38:12 +01:00
echo a msg, not an err, from :abbrev when there are no abbreviations
This commit is contained in:
@@ -921,7 +921,7 @@ function Editor() //{{{
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
liberator.echoerr("No abbreviations found");
|
liberator.echomsg("No abbreviations found");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else // list all (for that filter {i,c,!})
|
else // list all (for that filter {i,c,!})
|
||||||
|
|||||||
Reference in New Issue
Block a user