aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ftplugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the ftplugin for ALEInfo in Vim 8.0w0rp2025-03-141-1/+1
|
* add b:undo_ftplugin (#4625)D. Ben Knoble2023-11-194-0/+27
|
* Close #3368 - Supercharge :ALEInfow0rp2023-09-061-0/+16
| | | | | | | | | | | | | 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
* Closes #3019 - Implement default navigationw0rp2020-04-151-1/+1
| | | | | | | 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.
* Implement a preview window for selecting locations to openw0rp2018-04-221-0/+16
|
* Fix #757 - Show :ALEDetail messages in a windoww0rp2017-11-141-0/+2
|
* #653 - Always set loclist or quickfix in a timer callback, which prevents ↵w0rp2017-08-221-4/+0
| | | | errors E924, E925, and E926
* #653 - Jump to the position which Vim does not jump to for moving from ↵w0rp2017-08-201-0/+4
| | | | quickfix/loclist items to other buffers
* Use a new window for the ALEFixSuggest command, and document it betterw0rp2017-06-281-0/+2