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:
parent
04653e5e36
commit
ee918b9562
@ -17,7 +17,6 @@ augroup signify
|
|||||||
autocmd!
|
autocmd!
|
||||||
|
|
||||||
autocmd BufRead,BufWritePost * call sy#start()
|
autocmd BufRead,BufWritePost * call sy#start()
|
||||||
autocmd BufDelete * call sy#stop(expand('<abuf>'))
|
|
||||||
|
|
||||||
autocmd QuickFixCmdPre *vimgrep* let g:signify_locked = 1
|
autocmd QuickFixCmdPre *vimgrep* let g:signify_locked = 1
|
||||||
autocmd QuickFixCmdPost *vimgrep* let g:signify_locked = 0
|
autocmd QuickFixCmdPost *vimgrep* let g:signify_locked = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user