Move the initialization of augroups to then events file

This commit is contained in:
w0rp
2018-06-19 20:31:58 +01:00
parent 3a5887df2c
commit fd261d7a17
5 changed files with 83 additions and 81 deletions

View File

@@ -48,7 +48,7 @@ function! ale#toggle#Toggle() abort
endif
endif
call ale#autocmd#InitAuGroups()
call ale#events#Init()
endfunction
function! ale#toggle#Enable() abort