e149692cc9
subrepo: subdir: "dotfiles/.vim/plugged/ale" merged: "e4b205440" upstream: origin: "https://github.com/dense-analysis/ale.git" branch: "master" commit: "e4b205440" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
6 lines
204 B
Text
6 lines
204 B
Text
Execute(Exceptions shouldn't be thrown when loading all linters):
|
|
" This test will look for errors when loading any of the linter files.
|
|
runtime! ale_linters/*/*.vim
|
|
|
|
After:
|
|
call ale#linter#Reset()
|