Calling sy#stop() on BufDelete is obsolete

Since we switched from global variables to buffer-local ones, there is no
clean up needed anymore.
This commit is contained in:
Marco Hinz 2015-02-04 16:03:59 +01:00
parent 04653e5e36
commit ee918b9562

View File

@ -17,7 +17,6 @@ augroup signify
autocmd!
autocmd BufRead,BufWritePost * call sy#start()
autocmd BufDelete * call sy#stop(expand('<abuf>'))
autocmd QuickFixCmdPre *vimgrep* let g:signify_locked = 1
autocmd QuickFixCmdPost *vimgrep* let g:signify_locked = 0