Fix ALEInfo and some test issues

This commit is contained in:
w0rp
2017-05-27 23:51:27 +01:00
parent aca5a00fb7
commit c17346d402
4 changed files with 183 additions and 186 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
let s:linters = {}
" Default filetype aliaes.
" Default filetype aliases.
" The user defined aliases will be merged with this Dictionary.
let s:default_ale_linter_aliases = {
\ 'Dockerfile': 'dockerfile',