Cover ALEToggle with Vader tests

This commit is contained in:
w0rp
2017-02-15 21:36:16 +00:00
parent 2e7050dbe2
commit cb60a2c06e
2 changed files with 119 additions and 0 deletions

View File

@@ -162,6 +162,13 @@ function! s:ALEInitAuGroups() abort
autocmd CursorMoved,CursorHold * call ale#cursor#EchoCursorWarningWithDelay()
endif
augroup END
if !g:ale_enabled
augroup! ALERunOnTextChangedGroup
augroup! ALERunOnEnterGroup
augroup! ALERunOnSaveGroup
augroup! ALECursorGroup
endif
endfunction
function! s:ALEToggle() abort