#1524 Do not try to check buffers with empty filetypes

This commit is contained in:
w0rp
2018-05-28 17:38:14 +01:00
parent ce89d93e1c
commit 18509195f5
9 changed files with 49 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ After:
call ale#linter#Reset()
call ale#engine#ClearLSPData()
Given foobar(An empty file):
Execute(tsserver syntax error responses should be handled correctly):
runtime ale_linters/typescript/tsserver.vim
call ale#test#SetFilename('filename.ts')