aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-11-08 22:03:41 -0500
committerTeddy Wing2014-11-08 22:03:41 -0500
commit15e8ff4c2ca71b8e3e6bb736595f4c09ffc2d61f (patch)
treeeee4d3bee3628c37158f09c02598e2c0c484a614
parent7a5f7873d8f70a29cbb7dbd20a9bde6c04f2e4af (diff)
downloadauditory.vim-15e8ff4c2ca71b8e3e6bb736595f4c09ffc2d61f.tar.bz2
plugin/auditory.vim: Rename insert mode augroup
Intended to use a '#' but replaced it without realising at some point.
-rw-r--r--plugin/auditory.vim2
1 files changed, 1 insertions, 1 deletions
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 <silent> <leader>i :call auditory#Play()<cr>
nnoremap <leader>x :echo call s:GetPid()<cr>
-augroup auditoryeinsert_mode
+augroup auditory#insert_mode
autocmd!
autocmd InsertEnter * call s:PlayInsertEnter()
autocmd InsertLeave * call s:PlayInsertLeave()