aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTeddy Wing2015-08-16 21:07:23 -0400
committerTeddy Wing2015-08-16 21:07:23 -0400
commitffbb7b89a763c60f981340d6c8d110e8b7240169 (patch)
treea3a9b5a228058a9e0d7f2a8106e9a85cca1e6c99 /vimrc
parent8d14cf29ab0f9200a23362980f94bfa232810c4c (diff)
downloaddotvim-ffbb7b89a763c60f981340d6c8d110e8b7240169.tar.bz2
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).
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index a193569..3e7e2b9 100644
--- a/vimrc
+++ b/vimrc
@@ -330,6 +330,10 @@
" 2015.08.12:
" * Add <leader>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 <leader>fv :Vexplore<cr>
nnoremap <leader>fr :Rexplore<cr>
-" Auditory
-let g:loaded_auditory = 1
-
-
" Source matchit for expanded % matching
runtime! macros/matchit.vim