Fix typos

This commit is contained in:
rhysd
2017-10-03 01:11:54 +09:00
parent e0bd490ed9
commit 753592ca66
10 changed files with 14 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ Execute (The local alias option shouldn't completely replace the global one):
call ale#linter#Define('testft1', g:testlinter1)
call ale#linter#Define('testft2', g:testlinter2)
let g:ale_linter_aliases = {'testft1': ['testft1', 'testft2']}
" This is a key set for a differnt filetype.
" This is a key set for a different filetype.
" We should look for a key in this Dictionary first, and then check the
" global Dictionary.
let b:ale_linter_aliases = {'testft3': ['testft1']}