summaryrefslogtreecommitdiff
path: root/autoload/ale/engine.vim
AgeCommit message (Expand)Author
2023-03-08fixup! wip: Add error on lint execution failurewip/lint_fail_errcos
2023-03-08wip: Add error on lint execution failurecos
2023-01-29diagnostics: support sending ALE output to Neovim's diagnostics API (#4345)Ben Boeckel
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-04-01Fix end line number when it exceeds the file (#4130)Felix Maurer
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-09-09Close #2522 - Check pylint on the flyw0rp
2020-09-08Close #3333 - Add an ALECompletePost eventw0rp
2020-08-28Close #3285 - lint_file is now dynamicw0rp
2020-08-28Fix #3323 - Set default for g:ale_filename_mappingsw0rp
2020-08-23Close #2556 - Support filename mappingw0rp
2020-08-18Remove features deprecated in previous versionsw0rp
2019-05-14Close #829 - Close LSP documents when buffers are deletedw0rp
2019-04-17Fix #2415 - Mark tsserver and LSP linters inactive againw0rp
2019-04-07Close #2132 - Add deprecation warnings for old featuresw0rp
2019-02-21#2132 - Implement deferred command handling for lintersw0rp
2019-02-14Simplify code for marking linters as activew0rp
2019-02-13Remove ProcessChain code we do not need noww0rp
2019-02-13Make it easier to remove command_chain support laterw0rp
2019-02-12#2132 - Implement deferred executable string handling for lintersw0rp
2019-02-08#2132 Implement deferred objects for ale#command#Runw0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2019-01-12#2132 Move CreateTemporaryFileForJob calls into FormatCommandw0rp
2019-01-12#2132 Remove the need for the hidden add_newline option by tweaking the flow ...w0rp
2018-11-06Move virtualtext handling to own fileLuan Santos
2018-11-05Add support for nvim's virtualtext on cursorLuan Santos
2018-10-29#2017 Add support for display results from other sourcesw0rp
2018-09-16To avoid blocking build tools, suspend ALE when suspending vimFelipe Sere
2018-09-04Improve ALE project style checkingw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-13Handle linter callback functions being unknown or deletedw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2018-06-19Move ClockMilliseconds to events, so fewer files are loaded some timesw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-05-28Indicate things to be removed in version 2.0w0rp
2018-05-28#1524 - Define global variables where they are neededw0rp
2018-05-28#1524 Do not try to check buffers with empty filetypesw0rp
2018-05-28Close #1559 - Report errors from LSP servers in :ALEInfow0rp
2018-04-27Add ALEJobStarted User autocommand eventChris Marchesi
2018-04-08Fix #605 - Support `vcol: 1` for multi-byte character positionsw0rp
2018-03-18#1431 Normalize paths when checking for temporary paths on Windowsw0rp
2018-03-06Add a command for stopping all LSP clientsw0rp
2018-03-03Close #1379 - Increment b:ale_linted when a buffer is checkedw0rp
2018-03-02Make updating linter results slightly faster when the list is emptyw0rp
2018-02-25#1363 Make ale#engine#IsCheckingBuffer part of the public APIw0rp