1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:17:58 +01:00

echo a msg, not an err, from :abbrev when there are no abbreviations

This commit is contained in:
Doug Kearns
2008-12-11 10:50:54 +11:00
parent dd737ad3c0
commit 8ad705334b

View File

@@ -921,7 +921,7 @@ function Editor() //{{{
return true;
}
}
liberator.echoerr("No abbreviations found");
liberator.echomsg("No abbreviations found");
return false;
}
else // list all (for that filter {i,c,!})