#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

@@ -11,6 +11,7 @@ After:
call ale#ResetErrorDelays()
Given foobar(An empty file):
Execute(ALE should stop queuing for a while after exceptions are thrown):
AssertThrows call ale#Queue(100)
call ale#Queue(100)