mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Fix #506 - Don't set signs for buffers which don't exist
This commit is contained in:
@@ -132,3 +132,6 @@ Execute(Loclist items with sign_id values should be kept):
|
||||
\ ['16', '1000004', 'ALEErrorSign'],
|
||||
\ ],
|
||||
\ ParseSigns()
|
||||
|
||||
Execute(No excpetions should be thrown when setting signs for invalid buffers):
|
||||
call ale#sign#SetSigns(123456789, [{'lnum': 15, 'col': 2, 'type': 'W', 'text': 'e'}])
|
||||
|
||||
Reference in New Issue
Block a user