summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2019-06-10Bump the ALE versionv2.5.0w0rp
2019-06-10Fix #1727 - Replace previoulsy defined linters with matching namesw0rp
2019-06-10Lint on InsertLeave, not in insert mode by defaultw0rp
2019-06-10Merge pull request #2567 from theevocater/add_reorder_python_importsw0rp
2019-06-10Make rmarkdown files work with styler and lintr (#2564)Thibault Vatter
2019-06-08Add support for reorder-python-imports fixerJake Kaufman
2019-06-08Merge pull request #2253 from jj-kim/masterw0rp
2019-06-08Merge pull request #2559 from nerdrew/rust-cargo-rendered-detailw0rp
2019-06-08Merge pull request #2565 from Tharre/masterw0rp
2019-06-08Merge pull request #2551 from laino/eslint-jsonw0rp
2019-06-06Run xml linters on xsd and xslt filesTharre
2019-06-05Fix #2525 - Convert Windows paths in a Unix environmentw0rp
2019-06-04show rendered cargo error in detailAndrew Lazarus
2019-06-04Make ale_lint_on_save work with b:ale_fix_on_save = 1w0rp
2019-06-03Fix #1279 - Run cppcheck differently when modifiedChristoph Koehler
2019-06-03Feature/add ant support (#2539)Andrew Lee
2019-06-03Fix #2555 - Remove highlights in lowercase, etcw0rp
2019-06-02Use JSON output for eslint and fix tsserver columnNils Kuhnhenn
2019-06-01Support custom LSP notificationsMartino Pilia
2019-05-31Refactor LSP custom request handlingMartino Pilia
2019-05-31Add API for custom LSP requestsMartino Pilia
2019-05-30Fix #2544 - Completion positions are off by onew0rp
2019-05-29Merge pull request #2540 from sijad/pgformatterw0rp
2019-05-28Fix #2438 - Print a friendly message when the clipboard is not availablew0rp
2019-05-28Fix #2535 - Automatically emit <C-x><C-o> less to prevent <C-o> issuesw0rp
2019-05-27fix neovim missing setbuflineJacques Kvam
2019-05-27add pgformatterSajjad Hashemian
2019-05-22Add fix to HandleTSServerDiagnostics function.Horacio Sanson
2019-05-22Fix HandleLSPDiagnostics buffer match logic.Horacio Sanson
2019-05-21Merge pull request #2502 from ericvw/flake8-configw0rp
2019-05-20Close #2516 - Handle problems with inlined functionsw0rp
2019-05-20Fix #2421 - Use compile_commands.json in build dirs to find rootsw0rp
2019-05-20Fix #2512 - Use -o /dev/null for gcc lintingw0rp
2019-05-20Fix #2515 - Send client capabilities to LSP serversw0rp
2019-05-20Close #1739 - Use deletebufline() for fixing files were availablew0rp
2019-05-19Change Python project root dir detection for flake8 configurationEric N. Vander Weele
2019-05-17Fix #1317 - Jump to column 1 for problems at column 0w0rp
2019-05-17Fix #1989 - Use ESlint options for fixers toow0rp
2019-05-17Close #2285 - Add a function for use with omnifuncw0rp
2019-05-16Fix #2505 - Remove NeoVim highlight support for noww0rp
2019-05-16#2505 Try to fix NeoVim highlighting out of range errorsw0rp
2019-05-14Close #829 - Close LSP documents when buffers are deletedw0rp
2019-05-13Fix #2497 - ALE should not lint on save when disabled after fixingw0rp
2019-05-12#2492 - Try to fix a deoplete bug againw0rp
2019-05-12Make eslint respect the ale_warn_about_trailing_whitespace settingw0rp
2019-05-11Support b:ale_completion_enabled for disabling it for some buffersw0rp
2019-05-10#2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp
2019-05-09#2481 - Use text to insert from insertTextw0rp
2019-05-07Add fixer for OCaml ocp-indent (#2436)Kanenobu Mitsuru
2019-05-05Fix off by one error line highlight w/ nvim apiAndrey Popp