#1278 Allow linters to be defined pretty much anywhere

This commit is contained in:
w0rp
2018-04-24 21:48:33 +01:00
parent ebbf7d0353
commit 41c0b837ae
4 changed files with 37 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ Before:
call ale#engine#ResetExecutableCache()
call ale#linter#Reset()
call ale#linter#PreventLoading('testft')
let g:ale_linters = {}
let g:ale_fixers = {}
let g:ale_linter_aliases = {}