summaryrefslogtreecommitdiff
path: root/syntax/ale-fix-suggest.vim
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
2017-11-22Support fixer aliases, and make prettier-eslint and prettier-standard just workw0rp
2017-06-28Use a new window for the ALEFixSuggest command, and document it betterw0rp