summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoload/ale/linter.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim
index 7a5c8d51..e6dc9b16 100644
--- a/autoload/ale/linter.vim
+++ b/autoload/ale/linter.vim
@@ -64,7 +64,7 @@ function! s:LoadLinters(filetype) abort
endif
" Load all linters for a given filetype.
- execute 'runtime! ale_linters/' . a:filetype . '/*.vim'
+ execute 'silent! runtime! ale_linters/' . a:filetype . '/*.vim'
if !has_key(s:linters, a:filetype)
" If we couldn't load any linters, let everyone know.