mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
Build: Fix autocmd removal from cleanup function
This commit is contained in:
@@ -28,9 +28,9 @@ send {
|
||||
for group in split(groups)
|
||||
exe 'augroup '.group
|
||||
autocmd!
|
||||
augroup NONE
|
||||
exe 'augroup! '.group
|
||||
augroup END
|
||||
endfor
|
||||
autocmd!
|
||||
tabnew
|
||||
let curbufnum = eval(bufnr('%'))
|
||||
redir => buflist
|
||||
|
||||
Reference in New Issue
Block a user