Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-09 | Initialize hl-groups correctly if virtual text is loaded first (#3960) | Magnus Groß | |
If virtualtext.vim is autoloaded first, it will link ALEVirtualTextWarning to ALEWarning. But ALEWarning is not initialized yet, so it will create ALEWarning, but with no color definition set. Shortly after, highlight.vim is autoloaded, which would usually link ALEWarning to SpellCap, but only if ALEWarning is not already set. However since ALEWarning is already initialized due to the previous link, we skip this and never actually come around to properly initializing it. We fix this by initializing all highlight groups in highlight.vim, thus satisfying the dependency of ALEVirtualTextWarning being initialized after ALEWarning. Fixes #3585 | |||
2020-03-11 | Fixes #2982 - Implement g:ale_exclude_highlights | w0rp | |
Particular highlights can now be excluded by providing Lists of regular expressions. | |||
2019-09-25 | 569 support vim sign group and priority (#2786) | Horacio Sanson | |
* Use sign-group only on supported vim versions. The sign-group feature is only available in nvim 0.4.0 and vim 8.1.614. * Add priority to ALE signs. This allows users to set a priority to ALE signs to take precedence over other plugin signs. | |||
2019-09-01 | Fix tests so they work with new NeoVim highlight code | w0rp | |
2019-07-10 | Try to mock nvim api functions | Francisco Giordano | |
2019-06-03 | Fix #2555 - Remove highlights in lowercase, etc | w0rp | |
2019-02-06 | #2132 - lint and fix with ale#command#Run | w0rp | |
A new function is added here which will later be modified for public use in linter and fixer callbacks. All linting and fixing now goes through this new function, to prove that it works in all cases. | |||
2018-07-01 | Make highlight tests pass more in Neovim 0.3 | w0rp | |
2017-11-17 | Fix #741 - Set highlights for entire lines when signs are disabled | w0rp | |
2017-10-28 | #817 Add commands for toggling ALE for only the current buffer | w0rp | |
2017-10-25 | Make the highlight placement test pass more often by using another shell | w0rp | |
2017-10-23 | Get more of the tests to pass on Windows | w0rp | |
2017-08-13 | Cover filtering out items from other buffers for highlights | w0rp | |
2017-07-13 | #697 - Remove highlights more thoroughly | w0rp | |
2017-07-10 | Fix #746 - Keep highlights from other plugins when buffers are hidden | w0rp | |
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor ↵ | w0rp | |
most things. Clear errors when linters are removed | |||
2017-06-02 | #574 Do not restore items with no columns for highlights from hidden buffers | w0rp | |
2017-05-31 | Fix #604 - Support highlights spanning many lines | w0rp | |
2017-05-31 | #604 Change match_id to match_id_list, for future highlights spanning more ↵ | w0rp | |
than 8 lines | |||
2017-05-21 | #149 - Set different highlights for info, style error, and style warning ↵ | w0rp | |
problems | |||
2017-05-16 | #538 Fix an off-by-one bug with end columns | w0rp | |
2017-05-16 | #538 Suport highlight sizes by looking at end column numbers | w0rp | |
2017-05-07 | Fix #539 - Just set our highlights again when buffers are shown after being ↵ | w0rp | |
hidden | |||
2017-05-06 | Fix #534 - Stop other higlights being restored when buffers are hidden and ↵ | w0rp | |
shown again | |||
2017-05-03 | Fix #528 remove and restore highlights when buffers are hidden and shown | w0rp | |
2017-04-19 | Remove error highlights when buffers are cleaned up | w0rp | |
2017-03-14 | #333 Keep any loclist items which have match_id values set on them | w0rp | |
2017-03-12 | #333 Remember the IDs for highlights | w0rp | |
2017-02-13 | Fix #171 - Implement basic error highlighting | w0rp | |