mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +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
|
||||
|
||||
" 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'))
|
||||
echoerr 'ALE requires NeoVim or Vim 8 with +timers +job +channel'
|
||||
|
||||
Reference in New Issue
Block a user