From 15e8ff4c2ca71b8e3e6bb736595f4c09ffc2d61f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 8 Nov 2014 22:03:41 -0500 Subject: plugin/auditory.vim: Rename insert mode augroup Intended to use a '#' but replaced it without realising at some point. --- plugin/auditory.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/auditory.vim b/plugin/auditory.vim index c6eda48..735a2a6 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -31,7 +31,7 @@ nnoremap i :call auditory#Play() nnoremap x :echo call s:GetPid() -augroup auditoryeinsert_mode +augroup auditory#insert_mode autocmd! autocmd InsertEnter * call s:PlayInsertEnter() autocmd InsertLeave * call s:PlayInsertLeave() -- cgit v1.2.3