aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/autoload/ale.vim (follow)
Commit message (Expand)AuthorAgeFilesLines
* add option to lint diff buffers (#3185)blobmasterbrian2026-02-061-1/+1
* Bump the ALE version to 4.0.0v4.0.0v4.0.xw0rp2025-03-141-1/+1
* Fix #3115 - Fix environment variable quoting on Windowsw0rp2023-09-161-1/+1
* #4607 No conflicts with nvim-lspconfig by defaultw0rp2023-09-141-4/+18
* Close #4401 - Use subtle defaults for virtual-textw0rp2022-12-271-0/+1
* Update ALE to v3.3.0v3.3.0w0rp2022-12-251-1/+1
* Bump ALE to v3.2.0v3.2.0w0rp2022-03-051-1/+1
* Bump the ALE version to v3.1.0w0rp2021-02-111-1/+1
* Bump the ALE version to 3.0.0v3.0.0v3.0.xw0rp2020-09-091-1/+1
* Close #3003 - Show ignored linters in :ALEInfow0rp2020-09-081-7/+1
* Merge pull request #3078 from jgehrig/jg-issue2958w0rp2020-08-311-0/+2
|\
| * Issue 2598: Addtional ^M characters on WindowsJohn Gehrig2020-03-261-0/+2
* | Close #2556 - Support filename mappingw0rp2020-08-231-0/+20
* | Update the internal ALE version to 2.7.0v2.7.0w0rp2020-06-111-1/+1
* | Broken message in pycodestyle (or any other Linters whose name include 'code'...Yuto2020-04-181-1/+1
|/
* Adding support for LSP `window/showMessage` method (#2652)Andre Souto2019-10-181-0/+7
* Bump the ALE versionv2.6.0v2.6.xw0rp2019-10-161-1/+1
* Bump the ALE versionv2.5.0v2.5.xw0rp2019-06-101-1/+1
* #2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp2019-05-101-1/+1
* Fix #2399 - Do not check buffers used for displaying diffsw0rp2019-04-081-0/+5
* #2132 - Implement feature tests with ale#Hasw0rp2019-04-071-4/+11
* Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSPrhysd2019-03-301-1/+3
* #2132 - Replace all uses of foo_callback with foow0rp2019-02-221-5/+0
* #2017 Add support for display results from other sourcesw0rp2018-10-291-0/+5
* #2017 Simplify lint cycles for supporting other sources laterw0rp2018-10-291-72/+34
* Improve ALE project style checkingw0rp2018-09-041-1/+1
* #1875 Do not lint and so on when an operator is pendingw0rp2018-09-031-0/+5
* Simplify the code for most linters and tests with closuresw0rp2018-08-021-0/+5
* Switch to v:t_ variables for type checksw0rp2018-07-251-1/+1
* Remove the redundant fix_buffer_data vars and filename variablesw0rp2018-07-221-6/+1
* Massively reduce the amount of code needed for linter testsw0rp2018-07-151-0/+19
* Optimise ale#Set slightlyw0rp2018-07-051-3/+3
* Optimise ale#Var a littlew0rp2018-07-041-7/+4
* Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp2018-06-241-1/+10
* Remove CallWithCooldown functions to save on timew0rp2018-06-201-61/+16
* Move ClockMilliseconds to events, so fewer files are loaded some timesw0rp2018-06-191-1/+1
* #1524 - Define global variables where they are neededw0rp2018-05-281-7/+8
* #1524 Do not try to check buffers with empty filetypesw0rp2018-05-281-4/+12
* #1497 Tolerate important ALE variables being undefined for some reason when v...w0rp2018-04-121-6/+10
* Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_formatw0rp2017-11-141-0/+28
* Fix #1048 - Do not lint files named "."w0rp2017-10-261-0/+6
* Fix issue #734Sander van Harmelen2017-10-151-2/+2
* #904 Do less processing when newer NeoVim versions are exitingw0rp2017-10-141-0/+5
* Make the getcmdwintype() check ever-so-slightly fasterw0rp2017-10-141-1/+3
* Cut down on the time for the CtrlPFunky check, by first checking if the comma...w0rp2017-10-141-1/+2
* Break up ShouldDoNothing checks into separate lines, so it's possible to prof...w0rp2017-10-141-7/+33
* Fix #891 - Do not check ctrlp-funky windowsw0rp2017-09-031-0/+1
* #468 - Do not try to echo things for a while if something goes wrongw0rp2017-08-121-31/+34
* Ban !=# and !=? from the codebasew0rp2017-08-111-1/+1
* Fix #468 - Add a cool down period for when things go wrongw0rp2017-08-091-17/+58