blob: 6806719aa87087eadd9af154bcfb0fd2b32dcd5f (
plain)
1
2
3
4
5
6
|
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()
|