diff options
author | Doug Kearns <dougkearns@gmail.com> | 2008-12-11 10:50:54 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2008-12-12 14:03:29 +1100 |
commit | 8ad705334b1caaa3746b2148377b72c76047d4ed (patch) | |
tree | ca2cdd453357d0e25c3fefec6eb5803709950412 /common | |
parent | dd737ad3c0eeb13268e4ecd23440c955b306c3ed (diff) | |
download | pentadactyl-8ad705334b1caaa3746b2148377b72c76047d4ed.tar.gz |
echo a msg, not an err, from :abbrev when there are no abbreviations
Diffstat (limited to 'common')
-rw-r--r-- | common/content/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
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,!}) |