index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoload
/
ale.vim
Age
Commit message (
Expand
)
Author
2020-08-31
Merge pull request #3078 from jgehrig/jg-issue2958
w0rp
2020-08-23
Close #2556 - Support filename mapping
w0rp
2020-06-11
Update the internal ALE version to 2.7.0
v2.7.0
w0rp
2020-04-18
Broken message in pycodestyle (or any other Linters whose name include 'code'...
Yuto
2020-03-26
Issue 2598: Addtional ^M characters on Windows
John Gehrig
2019-10-18
Adding support for LSP `window/showMessage` method (#2652)
Andre Souto
2019-10-16
Bump the ALE version
v2.6.0
w0rp
2019-06-10
Bump the ALE version
v2.5.0
w0rp
2019-05-10
#2403 - Make ale_disable_lsp apply consistently, and document it better
w0rp
2019-04-08
Fix #2399 - Do not check buffers used for displaying diffs
w0rp
2019-04-07
#2132 - Implement feature tests with ale#Has
w0rp
2019-03-30
Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP
rhysd
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2018-10-29
#2017 Add support for display results from other sources
w0rp
2018-10-29
#2017 Simplify lint cycles for supporting other sources later
w0rp
2018-09-04
Improve ALE project style checking
w0rp
2018-09-03
#1875 Do not lint and so on when an operator is pending
w0rp
2018-08-02
Simplify the code for most linters and tests with closures
w0rp
2018-07-25
Switch to v:t_ variables for type checks
w0rp
2018-07-22
Remove the redundant fix_buffer_data vars and filename variables
w0rp
2018-07-15
Massively reduce the amount of code needed for linter tests
w0rp
2018-07-05
Optimise ale#Set slightly
w0rp
2018-07-04
Optimise ale#Var a little
w0rp
2018-06-24
Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results
w0rp
2018-06-20
Remove CallWithCooldown functions to save on time
w0rp
2018-06-19
Move ClockMilliseconds to events, so fewer files are loaded some times
w0rp
2018-05-28
#1524 - Define global variables where they are needed
w0rp
2018-05-28
#1524 Do not try to check buffers with empty filetypes
w0rp
2018-04-12
#1497 Tolerate important ALE variables being undefined for some reason when v...
w0rp
2017-11-14
Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format
w0rp
2017-10-26
Fix #1048 - Do not lint files named "."
w0rp
2017-10-15
Fix issue #734
Sander van Harmelen
2017-10-14
#904 Do less processing when newer NeoVim versions are exiting
w0rp
2017-10-14
Make the getcmdwintype() check ever-so-slightly faster
w0rp
2017-10-14
Cut down on the time for the CtrlPFunky check, by first checking if the comma...
w0rp
2017-10-14
Break up ShouldDoNothing checks into separate lines, so it's possible to prof...
w0rp
2017-09-03
Fix #891 - Do not check ctrlp-funky windows
w0rp
2017-08-12
#468 - Do not try to echo things for a while if something goes wrong
w0rp
2017-08-11
Ban !=# and !=? from the codebase
w0rp
2017-08-09
Fix #468 - Add a cool down period for when things go wrong
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-08-01
#734 - Use the buffer number from the events for entering buffers and saving ...
w0rp
2017-07-07
#697 - Clear all highlights every time items are set again, and refactor most...
w0rp
2017-06-15
Fix for Crystal support (#651)
David Alexander
2017-06-14
Simplify the code for escaping strings for Windows
w0rp
2017-06-06
Simplify job cleanup code
w0rp
2017-05-30
#591 Store buffer variables when fixing filess, and read them back in ale#Var
w0rp
2017-05-26
Fix #577 Add an option preventing linting of large files
w0rp
2017-05-26
Fix #371 Allow ALE to be disabled in different buffers
w0rp
2017-05-26
Fix #549 - escape strings more appropriately for use with cmd /c
w0rp
[next]