index
:
ale
codex/update-ale-to-prefer-ale_root-setting
copilot/fix-ale-compile-commands-path
master
v1.0.x
v1.1.x
v1.2.x
v1.3.x
v1.4.x
v1.5.x
v1.6.x
v1.7.x
v1.8.x
v1.9.x
v2.0.x
v2.1.x
v2.2.x
v2.3.x
v2.4.x
v2.5.x
v2.6.x
v2.7.x
v3.0.x
v3.1.x
v3.2.x
v3.3.x
v4.0.x
Asynchronous Lint Engine plugin for Vim
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
autoload
/
ale.vim
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add option to lint diff buffers (#3185)
blobmasterbrian
2026-02-06
1
-1
/
+1
*
Bump the ALE version to 4.0.0
v4.0.0
v4.0.x
w0rp
2025-03-14
1
-1
/
+1
*
Fix #3115 - Fix environment variable quoting on Windows
w0rp
2023-09-16
1
-1
/
+1
*
#4607 No conflicts with nvim-lspconfig by default
w0rp
2023-09-14
1
-4
/
+18
*
Close #4401 - Use subtle defaults for virtual-text
w0rp
2022-12-27
1
-0
/
+1
*
Update ALE to v3.3.0
v3.3.0
w0rp
2022-12-25
1
-1
/
+1
*
Bump ALE to v3.2.0
v3.2.0
w0rp
2022-03-05
1
-1
/
+1
*
Bump the ALE version to v3.1.0
w0rp
2021-02-11
1
-1
/
+1
*
Bump the ALE version to 3.0.0
v3.0.0
v3.0.x
w0rp
2020-09-09
1
-1
/
+1
*
Close #3003 - Show ignored linters in :ALEInfo
w0rp
2020-09-08
1
-7
/
+1
*
Merge pull request #3078 from jgehrig/jg-issue2958
w0rp
2020-08-31
1
-0
/
+2
|
\
|
*
Issue 2598: Addtional ^M characters on Windows
John Gehrig
2020-03-26
1
-0
/
+2
*
|
Close #2556 - Support filename mapping
w0rp
2020-08-23
1
-0
/
+20
*
|
Update the internal ALE version to 2.7.0
v2.7.0
w0rp
2020-06-11
1
-1
/
+1
*
|
Broken message in pycodestyle (or any other Linters whose name include 'code'...
Yuto
2020-04-18
1
-1
/
+1
|
/
*
Adding support for LSP `window/showMessage` method (#2652)
Andre Souto
2019-10-18
1
-0
/
+7
*
Bump the ALE version
v2.6.0
v2.6.x
w0rp
2019-10-16
1
-1
/
+1
*
Bump the ALE version
v2.5.0
v2.5.x
w0rp
2019-06-10
1
-1
/
+1
*
#2403 - Make ale_disable_lsp apply consistently, and document it better
w0rp
2019-05-10
1
-1
/
+1
*
Fix #2399 - Do not check buffers used for displaying diffs
w0rp
2019-04-08
1
-0
/
+5
*
#2132 - Implement feature tests with ale#Has
w0rp
2019-04-07
1
-4
/
+11
*
Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP
rhysd
2019-03-30
1
-1
/
+3
*
#2132 - Replace all uses of foo_callback with foo
w0rp
2019-02-22
1
-5
/
+0
*
#2017 Add support for display results from other sources
w0rp
2018-10-29
1
-0
/
+5
*
#2017 Simplify lint cycles for supporting other sources later
w0rp
2018-10-29
1
-72
/
+34
*
Improve ALE project style checking
w0rp
2018-09-04
1
-1
/
+1
*
#1875 Do not lint and so on when an operator is pending
w0rp
2018-09-03
1
-0
/
+5
*
Simplify the code for most linters and tests with closures
w0rp
2018-08-02
1
-0
/
+5
*
Switch to v:t_ variables for type checks
w0rp
2018-07-25
1
-1
/
+1
*
Remove the redundant fix_buffer_data vars and filename variables
w0rp
2018-07-22
1
-6
/
+1
*
Massively reduce the amount of code needed for linter tests
w0rp
2018-07-15
1
-0
/
+19
*
Optimise ale#Set slightly
w0rp
2018-07-05
1
-3
/
+3
*
Optimise ale#Var a little
w0rp
2018-07-04
1
-7
/
+4
*
Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results
w0rp
2018-06-24
1
-1
/
+10
*
Remove CallWithCooldown functions to save on time
w0rp
2018-06-20
1
-61
/
+16
*
Move ClockMilliseconds to events, so fewer files are loaded some times
w0rp
2018-06-19
1
-1
/
+1
*
#1524 - Define global variables where they are needed
w0rp
2018-05-28
1
-7
/
+8
*
#1524 Do not try to check buffers with empty filetypes
w0rp
2018-05-28
1
-4
/
+12
*
#1497 Tolerate important ALE variables being undefined for some reason when v...
w0rp
2018-04-12
1
-6
/
+10
*
Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format
w0rp
2017-11-14
1
-0
/
+28
*
Fix #1048 - Do not lint files named "."
w0rp
2017-10-26
1
-0
/
+6
*
Fix issue #734
Sander van Harmelen
2017-10-15
1
-2
/
+2
*
#904 Do less processing when newer NeoVim versions are exiting
w0rp
2017-10-14
1
-0
/
+5
*
Make the getcmdwintype() check ever-so-slightly faster
w0rp
2017-10-14
1
-1
/
+3
*
Cut down on the time for the CtrlPFunky check, by first checking if the comma...
w0rp
2017-10-14
1
-1
/
+2
*
Break up ShouldDoNothing checks into separate lines, so it's possible to prof...
w0rp
2017-10-14
1
-7
/
+33
*
Fix #891 - Do not check ctrlp-funky windows
w0rp
2017-09-03
1
-0
/
+1
*
#468 - Do not try to echo things for a while if something goes wrong
w0rp
2017-08-12
1
-31
/
+34
*
Ban !=# and !=? from the codebase
w0rp
2017-08-11
1
-1
/
+1
*
Fix #468 - Add a cool down period for when things go wrong
w0rp
2017-08-09
1
-17
/
+58
[next]