summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2017-11-07Fix #1086 - Implement command chaining for fixersw0rp
2017-11-07Tell users when a fixer does not exist, and make the no fixers message softerw0rp
2017-11-06#1006 Fix raw message handling for LSP support in NeoVimw0rp
2017-11-05Fix #1085 - Add a final newline character to tsserver and LSP messagesw0rp
2017-11-05Add shfmt fixer for sh files (#1083)Simon Bugert
2017-11-05Fix #1062 - Use <nomodeline> for the ALELint autocmd, so we don not mess with...w0rp
2017-11-04Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVimw0rp
2017-11-04#1081 Remove the ale#python#IsExecutable functionw0rp
2017-11-04#1081 Use executable() for Python executables on Windows, and rename the test...w0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-30Merge pull request #1059 from ahmedelgabri/reason-refmtw0rp
2017-10-29refmt fixer for ReasonMLAhmed El Gabri
2017-10-29Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all buff...w0rp
2017-10-28#817 Add commands for toggling ALE for only the current bufferw0rp
2017-10-28#817 Move code for toggling ALE to its own filew0rp
2017-10-28Fix #971 - Add an option for turning errors about missing eslint config files...w0rp
2017-10-27Add hackfmt fixerSam Howie
2017-10-26Fix #1041 - Do not request completions shortly after CompleteDonew0rp
2017-10-26Fix #1051 - Support ash and dash for shellcheck and the sh linterw0rp
2017-10-26Fix #1048 - Do not lint files named "."w0rp
2017-10-26Remove redundant code for the GCC handler, and fix bugs with errors for - not...w0rp
2017-10-25Fix an exception with notes with no previous messagew0rp
2017-10-25Handle multiple files localtion lists with gcc handler (#1034)Gerry Agbobada
2017-10-25Set better highlights for write-goodw0rp
2017-10-25Fix #643 - Add support for write-good for many languagesSumner Evans
2017-10-24adds fixer support for hfmt (#1027)Zack Kourouma
2017-10-24Merge pull request #1025 from kfox/add-rustfmt-fixerw0rp
2017-10-24Merge pull request #1017 from carakan/elixir_formatw0rp
2017-10-23Get all tests to pass on Windowsw0rp
2017-10-23Get more of the tests to pass on Windowsw0rp
2017-10-22fix test's and delete unused codeCarlos Ramos
2017-10-22new fixer elixir mix formatCarlos Ramos
2017-10-21add rustfmt fixerKelly Fox
2017-10-20add prettier fixer support for 'less' filetypeZack Kourouma
2017-10-17#904 - Allow linting to run on save a second after :q failsw0rp
2017-10-16Add new fixer tslint for typescript, fixes #932Carlos Ramos
2017-10-15Fix issue #734Sander van Harmelen
2017-10-14#904 Do not run linters on :wq or :xw0rp
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-10-12#965 - Make the cursor echo delay configurablew0rp
2017-10-12#965 - Support limiting the number of signs ALE will setw0rp
2017-10-12Add new fixer: TrimWhitespace (#991)Carlos Ramos
2017-10-11#965 Check ale#ShouldDoNothing() less and such often, for better performancew0rp
2017-10-10Use $VIRTUAL_ENV environment variable when present.Bailey Stoner
2017-10-08Get more random tests to pass on Windowsw0rp
2017-10-04Merge pull request #974 from odinuge/prettier_configw0rp
2017-10-04Add all possible config files for prettierOdin Ugedal