summaryrefslogtreecommitdiff
path: root/ftplugin
AgeCommit message (Collapse)Author
2023-09-06Close #3368 - Supercharge :ALEInfow0rp
Make a series of sweeping changes to make :ALEInfo more useful. 1. Deprecate :ALEInfoToClipboard and support :ALEInfo -clipboard 2. Permit :ALEInfo -clip as a shorthand for :ALEInfo -clipboard 3. Support :ALEInfo -preview to render in the preview window 4. Support :ALEInfo -echo for the classic :ALEInfo mode 5. Change the default mode to 'preview', and make it configurable 6. Add syntax highlighting for ALEInfo in preview mode 7. Add a convenience to look up documentatation that explains itself 8. Don't show an empty 'Linter Variables' section
2020-04-15Closes #3019 - Implement default navigationw0rp
Default navigation for commands that jump to new locations has been implemented with the `ale_default_navigation` variable, and all commands that jump to locations now support `-tab`, `-split`, or `-vsplit` arguments for overriding the default navigation behavior.
2018-04-22Implement a preview window for selecting locations to openw0rp
2017-11-14Fix #757 - Show :ALEDetail messages in a windoww0rp
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents ↵w0rp
errors E924, E925, and E926
2017-08-20#653 - Jump to the position which Vim does not jump to for moving from ↵w0rp
quickfix/loclist items to other buffers
2017-06-28Use a new window for the ALEFixSuggest command, and document it betterw0rp