mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-01 04:52:28 +08:00
Fix #171 - Implement basic error highlighting
This commit is contained in:
4
test/test_highlight_clearing.vader
Normal file
4
test/test_highlight_clearing.vader
Normal file
@@ -0,0 +1,4 @@
|
||||
Execute(ALE should be able to queue highlights and clear them for some other buffer):
|
||||
" We'll just make sure that this doesn't blow up.
|
||||
call ale#highlight#SetHighlights(bufnr('%') + 1, [])
|
||||
call ale#highlight#UnqueueHighlights(bufnr('%') + 1)
|
||||
Reference in New Issue
Block a user