diff options
Diffstat (limited to 'autoload')
| -rw-r--r-- | autoload/auditory.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autoload/auditory.vim b/autoload/auditory.vim index 9b96c98..1c27485 100644 --- a/autoload/auditory.vim +++ b/autoload/auditory.vim @@ -181,7 +181,6 @@ vnoremap <silent> d :<C-U>call <SID>Delete(visualmode(), 1)<CR> function! s:Delete(type, ...) let sel_save = &selection let &selection = "inclusive" - let reg_save = @@ call auditory#Play('/Resources/Normal_Mode/Delete.wav') @@ -196,7 +195,6 @@ function! s:Delete(type, ...) endif let &selection = sel_save - let @@ = reg_save endfunction function! s:DeleteLine(type) |
