summaryrefslogtreecommitdiff
path: root/autoload/ale/virtualtext.vim
AgeCommit message (Expand)Author
2023-09-10Print the most severe problem with virtualtextw0rp
2023-09-10Show a single virtualtext message by defaultw0rp
2023-03-31Added column alignment for errors (#4473)David le Blanc
2023-01-29diagnostics: support sending ALE output to Neovim's diagnostics API (#4345)Ben Boeckel
2023-01-06Fix #4413 - Avoid errors for invalid buffers in ale#virtualtext#Clearw0rp
2023-01-04Fix #4410 - Ignore prop_add errorsw0rp
2022-12-27Fix #4331 - Shift line 0 errors to line 1 for virtual-textw0rp
2022-12-27Close #4401 - Use subtle defaults for virtual-textw0rp
2022-12-27Fix #4400 - Separate virtual text highlight groups to avoid errorsw0rp
2022-12-26Fix #4399 - Manage virtual-text state betterw0rp
2022-12-25Close #4397 - Add human-readable values for g:ale_virtualtext_cursorw0rp
2022-09-07Implement buffer-wide virtual text support (#4289)Magnus Groß
2022-09-06Fix virtual text for vim 8.2 (#4291)Magnus Groß
2022-08-23Use native virtual-text for vim9 (#4281)Magnus Groß
2021-12-09Initialize hl-groups correctly if virtual text is loaded first (#3960)Magnus Groß
2021-10-24Replace line breaks in virtual text with whitespace (#3949)Magnus Groß
2021-10-02Implement virtual text support for vim (#3915)Magnus Groß
2019-04-16fix 2434: use text field instead of the detail field for virtualtext (#2441)Jethro Shuwen Sun
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2018-11-25Fixing linter problemsw0rp
2018-11-25Don't hardcode the namespace id for virtual textBjörn Linse
2018-11-14Add style highlights for virtualtext and document all of themw0rp
2018-11-14Add specific highlight groups for virtualtext (#2071)jamestthompson3
2018-11-06Move virtualtext handling to own fileLuan Santos