mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#817 Move code for toggling ALE to its own file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Before:
|
||||
function! CheckAutocmd(group)
|
||||
call ALEInitAuGroups()
|
||||
call ale#toggle#InitAuGroups()
|
||||
|
||||
redir => l:output
|
||||
execute 'silent! autocmd ' . a:group
|
||||
redir END
|
||||
@@ -58,7 +59,7 @@ After:
|
||||
call ale#completion#Disable()
|
||||
endif
|
||||
|
||||
call ALEInitAuGroups()
|
||||
call ale#toggle#InitAuGroups()
|
||||
|
||||
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