aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/auditory.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auditory.vim')
-rw-r--r--plugin/auditory.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auditory.vim b/plugin/auditory.vim
index b657bd9..3ada40e 100644
--- a/plugin/auditory.vim
+++ b/plugin/auditory.vim
@@ -1,6 +1,6 @@
" Require mplayer otherwise fail
if !executable('mplayer')
- echoerr 'Auditory.vim requires `mplayer` to be installed'
+ echomsg 'Auditory.vim requires `mplayer` to be installed'
finish
endif