From 8ad705334b1caaa3746b2148377b72c76047d4ed Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 11 Dec 2008 10:50:54 +1100 Subject: echo a msg, not an err, from :abbrev when there are no abbreviations --- common/content/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/content/editor.js') diff --git a/common/content/editor.js b/common/content/editor.js index 8d0073b5..892cbad6 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -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,!}) -- cgit v1.2.3