mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 13:32:34 +08:00
#468 - Do not try to echo things for a while if something goes wrong
This commit is contained in:
@@ -16,3 +16,11 @@ Execute(ALE should stop queuing for a while after exceptions are thrown):
|
||||
Execute(ALE should stop linting for a while after exceptions are thrown):
|
||||
AssertThrows call ale#Lint()
|
||||
call ale#Lint()
|
||||
|
||||
Execute(ALE should stop queuing echo messages for a while after exceptions are thrown):
|
||||
AssertThrows call ale#cursor#EchoCursorWarningWithDelay()
|
||||
call ale#cursor#EchoCursorWarningWithDelay()
|
||||
|
||||
Execute(ALE should stop echoing messages for a while after exceptions are thrown):
|
||||
AssertThrows call ale#cursor#EchoCursorWarning()
|
||||
call ale#cursor#EchoCursorWarning()
|
||||
|
||||
Reference in New Issue
Block a user