summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-20Suggest functions for fixing issues for ALEFixw0rp
2017-05-20Allow b:ale_fixers to be usedw0rp
2017-05-20Fix Funcref fixers for NeoVimw0rp
2017-05-20Allow funcref values and lambdas for ALEFixw0rp
2017-05-20Add some more tools for fixing problems with Python filesw0rp
2017-05-20Run a lint cycle after fixing problemsw0rp
2017-05-20Don't modify files when fixing doesn't change anything.w0rp
2017-05-20Fix an off-by-one bug in ALEFixw0rp
2017-05-20Remove the code for checking if functions exist. It breaks autoload functionsw0rp
2017-05-20Allow function aliases to be registered for fixing problems, and add some mor...w0rp
2017-05-20Start experimenting with generic functions for fixing problemsw0rp
2017-05-20Send modified lines to jobs, not the file contentsw0rp
2017-05-20Allow strings to be used for selecting a single fix function for g:ale_fixers...w0rp
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. Add...w0rp
2017-05-20Add experimental code for fixing errorsw0rp
2017-05-20#563 Use a configurable list of directories for detecting virtualenv paths in...w0rp
2017-05-20Revert "Fix #556 Remove duplicate error messages from clang++"w0rp
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
2017-05-20#567 Try and fix NeoVim split line handlingw0rp
2017-05-18Add a check to make tests fail lessw0rp
2017-05-17Refactor special command parsing into its own filew0rp
2017-05-17Fix #556 Remove duplicate error messages from clang++w0rp
2017-05-17#562 Join split JSON lines together for new Rust outputw0rp
2017-05-17Merge pull request #546 from dawikur/masterw0rp
2017-05-16#538 Fix an off-by-one bug with end columnsw0rp
2017-05-16Fix some problems with LSP functionsw0rp
2017-05-16#538 Suport highlight sizes by looking at end column numbersw0rp
2017-05-16Add cpplint linterDawid Kurek
2017-05-15Fix #555 - Handle csslint errors without groupsw0rp
2017-05-15Complain when shellescape is used instead of ale#Escapew0rp
2017-05-13Add some functions for sending LSP commands to a process, and automatically s...w0rp
2017-05-12Automatically remove jobs from the internal map after they are donew0rp
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other pur...w0rp
2017-05-12Run all tests in NeoVim, improve the test script, and make all tests pass for...w0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-08#517 - Implement LSP chunked message parsing, sending messages to sockets, an...w0rp
2017-05-07#517 Implement some LSP message handlingw0rp
2017-05-07Do not copy the items for setting highlights, as we do need to modify the ite...v1.3.0w0rp
2017-05-07Fix #539 - Just set our highlights again when buffers are shown after being h...w0rp
2017-05-06#208 Automatically detect pylint in virtualenv directoriesw0rp
2017-05-06Fix #534 - Stop other higlights being restored when buffers are hidden and sh...w0rp
2017-05-05Add a has() wrapper we can override for tests, and add a function for generat...w0rp
2017-05-04#427 Implement b:ale_warn_about_trailing_whitespacew0rp
2017-05-03Fix #528 remove and restore highlights when buffers are hidden and shownw0rp
2017-04-30Fix #356 Don't complain about #pragma once in C++ headersw0rp
2017-04-29Set GCC flags appropriately for older versionsw0rp
2017-04-29Cover the new path functions with some testsw0rp
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp