7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
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()
|