summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-22Add `babylon` as default Prettier parser (#2220)Alvin Chan
2019-01-21Add textDocument/typeDefinition for LSP (#2226)Andrey Popp
2019-01-21Merge pull request #2224 from andreypopp/andreypopp/lsp-hover-fix-columnw0rp
2019-01-21Request LSP completion for the next col after the cursorAndrey Popp
2019-01-21Merge pull request #2223 from andreypopp/andreypopp/lsp-diagnostics-endw0rp
2019-01-21Update testsAndrey Popp
2019-01-21Update testsAndrey Popp
2019-01-21Fix ale#lsp#message#* to convert column to 0-basedAndrey Popp
2019-01-21Merge pull request #2230 from yut23/masterw0rp
2019-01-20Add support for pyls configuration optionsyut23
2019-01-19End position in LSP range is exclusiveAndrey Popp
2019-01-15Merge pull request #2209 from samzeng/patch-1w0rp
2019-01-15Fixed typoSam Zeng
2019-01-14Mention raco in the list of supported toolsw0rp
2019-01-14Racket linting using raco (#2146)Anthony Quizon
2019-01-12#2132 Move CreateTemporaryFileForJob calls into FormatCommandw0rp
2019-01-12Support textlint for reStructuredText (#1978)hokorobi
2019-01-12Fix flow tests on Windowsw0rp
2019-01-12Clean up bingo tests, so they pass on my machine toow0rp
2019-01-12#2132 Remove the need for the hidden add_newline option by tweaking the flow ...w0rp
2019-01-10Merge pull request #2191 from davidvandebunte/fixCompDbDirw0rp
2019-01-10Add textlint for Asciidoc and add it to Fixers (#2193)TANIGUCHI Masaya
2019-01-10Merge pull request #2194 from fx-carton/fix-cflags-parsingw0rp
2019-01-09Cflags: added a test caseFrançois-Xavier Carton
2019-01-09Cflags parser: fix special chars matching algorithmFrançois-Xavier Carton
2019-01-08bugfix: c.vim: Pull build directory from compilation databaseDavid VandeBunte
2019-01-08Add briefer help tags for ALE development documentationw0rp
2019-01-08Merge pull request #2189 from jeremija/jeremija/manual-autocomplete-wo-prefixw0rp
2019-01-08Optimize ale#completion#Filter when prefix is ""Jerko Steiner
2019-01-08Manually trigger autocomplete even when prefix is ""Jerko Steiner
2019-01-08Merge pull request #2161 from guill/compile_database_perfw0rp
2019-01-07Add ability to manually trigger completion menu (#2177)Jerko Steiner
2019-01-06Improve perf for compile dbs in large projectsJacob Segal
2019-01-05Add support for bingo (#2165)Jerko Steiner
2019-01-04Fix a test on Windowsw0rp
2019-01-04Merge pull request #2176 from altaurog/feat/elm-testsw0rp
2019-01-04fallback to elm if elm-tests isn’t availableAryeh Leib Taurog
2019-01-04fix: don’t use regex matchAryeh Leib Taurog
2019-01-04support tests/ with elm 0.19.0Aryeh Leib Taurog
2019-01-04test elm-make changes to rootdir when elm.json is foundAryeh Leib Taurog
2019-01-03Clean up the new g:ale_shell code. Use it for Windowsw0rp
2019-01-03Merge pull request #2167 from stegmanh/masterw0rp
2019-01-03Merge pull request #2168 from fx-carton/masterw0rp
2019-01-03Fix some formatting issuesw0rp
2019-01-03Merge pull request #1988 from mdtusz/pipenv-blackw0rp
2019-01-02change ale to use value of g:ale_shell regardless of what it isHolden
2019-01-02Merge pull request #2173 from chaucerbao/feature/find-references-line-textw0rp
2018-12-31Update FindReferences testsAlvin Chan
2018-12-31Replace `trim` with `substitute` for compatibility (Vim <8.0.1630)Alvin Chan
2018-12-31Add associated line text on ALEFindReferences results for TypeScriptAlvin Chan