summaryrefslogtreecommitdiff
path: root/ftplugin
AgeCommit message (Collapse)Author
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