mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Move the initialization of augroups to then events file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Before:
|
||||
function! CheckAutocmd(group)
|
||||
call ale#autocmd#InitAuGroups()
|
||||
call ale#events#Init()
|
||||
|
||||
redir => l:output
|
||||
execute 'silent! autocmd ' . a:group
|
||||
@@ -59,7 +59,7 @@ After:
|
||||
call ale#completion#Disable()
|
||||
endif
|
||||
|
||||
call ale#autocmd#InitAuGroups()
|
||||
call ale#events#Init()
|
||||
|
||||
Execute (g:ale_lint_on_text_changed = 0 should bind no events):
|
||||
let g:ale_lint_on_text_changed = 0
|
||||
|
||||
Reference in New Issue
Block a user