Fix #171 - Implement basic error highlighting

This commit is contained in:
w0rp
2017-02-13 00:18:51 +00:00
parent a995daa827
commit 3aa1d57b57
8 changed files with 168 additions and 11 deletions

View 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)