summaryrefslogtreecommitdiff
path: root/test/test_highlight_clearing.vader
blob: bf805924d556e48aa4e97ec6829876b05ec99496 (plain)
1
2
3
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)