mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Make sure all files are loaded, not just the first.
This commit is contained in:
@@ -223,7 +223,7 @@ function! ALELint(delay)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Load all of the linters for each filetype.
|
" Load all of the linters for each filetype.
|
||||||
runtime ale_linters/*/*.vim
|
runtime! ale_linters/*/*.vim
|
||||||
|
|
||||||
if !has('nvim') && !(has('timers') && has('job') && has('channel'))
|
if !has('nvim') && !(has('timers') && has('job') && has('channel'))
|
||||||
echoerr 'ALE requires NeoVim or Vim 8 with +timers +job +channel'
|
echoerr 'ALE requires NeoVim or Vim 8 with +timers +job +channel'
|
||||||
|
|||||||
Reference in New Issue
Block a user