From ffbb7b89a763c60f981340d6c8d110e8b7240169 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 16 Aug 2015 21:07:23 -0400 Subject: vimrc: Remove `g:loaded_auditory` setting Setting this is no longer necessary to make Auditory sounds turn off by default because they now start off as of version 0.1.0 (we're now at 0.1.2 – 8d14cf29ab0f9200a23362980f94bfa232810c4c). --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index a193569..3e7e2b9 100644 --- a/vimrc +++ b/vimrc @@ -330,6 +330,10 @@ " 2015.08.12: " * Add gp mapping to open the git log for the current file " +" 2015.08.16: +" * Remove `g:loaded_auditory` setting because Auditory sounds are off +" by default starting with v0.1.0. +" " Pathogen @@ -523,10 +527,6 @@ nnoremap fv :Vexplore nnoremap fr :Rexplore -" Auditory -let g:loaded_auditory = 1 - - " Source matchit for expanded % matching runtime! macros/matchit.vim -- cgit v1.2.3