diff options
| author | Teddy Wing | 2015-08-16 21:07:23 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-08-16 21:07:23 -0400 | 
| commit | ffbb7b89a763c60f981340d6c8d110e8b7240169 (patch) | |
| tree | a3a9b5a228058a9e0d7f2a8106e9a85cca1e6c99 /vimrc | |
| parent | 8d14cf29ab0f9200a23362980f94bfa232810c4c (diff) | |
| download | dotvim-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-- | vimrc | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -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 | 
