diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/auditory.vim | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/plugin/auditory.vim b/plugin/auditory.vim index 3ada40e..821c5ba 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -1,3 +1,9 @@ +if exists('g:loaded_auditory') +	finish +endif +let g:loaded_auditory = 1 + +  " Require mplayer otherwise fail  if !executable('mplayer')  	echomsg 'Auditory.vim requires `mplayer` to be installed' | 
