summaryrefslogtreecommitdiff
path: root/autoload/ale.vim
AgeCommit message (Expand)Author
2019-10-16Bump the ALE versionv2.6.0w0rp
2019-06-10Bump the ALE versionv2.5.0w0rp
2019-05-10#2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp
2019-04-08Fix #2399 - Do not check buffers used for displaying diffsw0rp
2019-04-07#2132 - Implement feature tests with ale#Hasw0rp
2019-03-30Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSPrhysd
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-10-29#2017 Add support for display results from other sourcesw0rp
2018-10-29#2017 Simplify lint cycles for supporting other sources laterw0rp
2018-09-04Improve ALE project style checkingw0rp
2018-09-03#1875 Do not lint and so on when an operator is pendingw0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-22Remove the redundant fix_buffer_data vars and filename variablesw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-05Optimise ale#Set slightlyw0rp
2018-07-04Optimise ale#Var a littlew0rp
2018-06-24Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp
2018-06-20Remove CallWithCooldown functions to save on timew0rp
2018-06-19Move ClockMilliseconds to events, so fewer files are loaded some timesw0rp
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-04-12#1497 Tolerate important ALE variables being undefined for some reason when v...w0rp
2017-11-14Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_formatw0rp
2017-10-26Fix #1048 - Do not lint files named "."w0rp
2017-10-15Fix issue #734Sander van Harmelen
2017-10-14#904 Do less processing when newer NeoVim versions are exitingw0rp
2017-10-14Make the getcmdwintype() check ever-so-slightly fasterw0rp
2017-10-14Cut down on the time for the CtrlPFunky check, by first checking if the comma...w0rp
2017-10-14Break up ShouldDoNothing checks into separate lines, so it's possible to prof...w0rp
2017-09-03Fix #891 - Do not check ctrlp-funky windowsw0rp
2017-08-12#468 - Do not try to echo things for a while if something goes wrongw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-09Fix #468 - Add a cool down period for when things go wrongw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
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-15Fix for Crystal support (#651)David Alexander
2017-06-14Simplify the code for escaping strings for Windowsw0rp
2017-06-06Simplify job cleanup codew0rp
2017-05-30#591 Store buffer variables when fixing filess, and read them back in ale#Varw0rp
2017-05-26Fix #577 Add an option preventing linting of large filesw0rp
2017-05-26Fix #371 Allow ALE to be disabled in different buffersw0rp
2017-05-26Fix #549 - escape strings more appropriately for use with cmd /cw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-15Complain when shellescape is used instead of ale#Escapew0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-05Add a has() wrapper we can override for tests, and add a function for generat...w0rp
2017-04-27#427 Output buffer variables when buffer numbers are stringsw0rp
2017-04-25#427 Allow linters and aliases to be configured in buffer local variablesw0rp