summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2019-04-16Fix #1930 - Finish ale_fix_on_save_ignorew0rp
* Implementation had a bug * Documentation added * Tests added
2019-04-15#1930 - Add ale_fix_on_save_ignore for disabling some fixers on savew0rp
2019-04-15#782 - Use compile commands for matching source files for headersw0rp
2019-04-15improve the lsp diagnostic message format (#2425)Jethro Shuwen Sun
2019-04-13Add support for latexindent (#2387)Riley Martine
2019-04-13Merge pull request #2394 from harttle/masterw0rp
feat: fecs support for js/html/css lint and format
2019-04-13Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-doublew0rp
Remove otherproject#util#Double from d.vim
2019-04-13Linter for powershell syntax errors (#2413)Jesse Harris
* Linter for powershell syntax errors
2019-04-13Remove otherproject#util#Double from d.vimEugen Wissner
2019-04-11style: fecs related doc and vim scriptsJun Yang
2019-04-11feat: fecs support for js/html/css lint and formatharttle
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options.
2019-04-10Do not complain about generated _callback settingsw0rp
2019-04-10Merge pull request #2366 from aweis/fixtypow0rp
ruby: fix a typo in a comment
2019-04-08[lsp] Add Swift / SourceKit-LSP support (#2420)Dan Loman
* [linter] Add LSP support for Swift via sourcekit-lsp
2019-04-08Fix #2399 - Do not check buffers used for displaying diffsw0rp
2019-04-08#2417 - Silence errors for shortmess+=Tw0rp
2019-04-07Close #2132 - Add deprecation warnings for old featuresw0rp
2019-04-07#2132 - Implement feature tests with ale#Hasw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-04-02#2397 - didChangeConfiguration should be a notificationw0rp
2019-03-30Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSPrhysd
2019-03-29Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fixw0rp
Fix #2368 - Open vertical list to the right
2019-03-29#2395 - Handle empty output for redpenw0rp
2019-03-29#2397 - disable elixir-ls by default, which can be CPU hungryw0rp
2019-03-29Fix #2402 - Handle null LSP references responsesw0rp
2019-03-16Fix #2368 - Open vertical list to the rightAndrew Crites
This was normal behavior before, and it also stops ale from stealing focus.
2019-03-15ruby: fix a typo in a commentAdam Weis
2019-03-13#2357 Handle Windows paths where the drive letter colon is encodedw0rp
2019-03-13Handle pipes in Windows drive letters for URIsw0rp
2019-03-12 Fix parsing the third part of version string (#2355)Tomasz N
* Fix parsing the third part of version string * Add test * Test: fix checking cached version
2019-03-11Fix #2351 - Escape spaces and backslashes for signsw0rp
2019-03-11Merge pull request #2349 from oblitum/fix-missing-languagetool-file-argumentw0rp
Fix passing file to languagetool
2019-03-11Merge pull request #2347 from codenut/masterw0rp
Fix for #2346
2019-03-11Fix passing file to languagetoolFrancisco Lopes
2019-03-10#2341 - Handle completion messages with textEdit objectsw0rp
2019-03-10set maximum number of autocomplete suggestions for results coming from LSPMichael Valladolid
2019-03-09Remove more uses of command_callback and executable_callbackw0rp
2019-03-09linter/markdown: adds support for languatool (#2155)Vincent Dahmen
2019-03-08Merge pull request #2327 from akshit-sharma/masterw0rp
clang-format supported with nvcc (cuda files)
2019-03-08Fix #2326 - ALEComplete no longer replaces completeoptw0rp
2019-03-08Merge pull request #2325 from rustic-games/rust-spansw0rp
set correct Rust span end column
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2019-03-02clang-format supported with nvcc (cuda files)akshit-sharma
2019-03-02set correct Rust span end columnJean Mertz
The Rust compiler returns the first column that is _not_ part of the current span as `column_end`, while Ale expects `end_col` to signify the last column of the span.
2019-02-27#2132 - Support deferred execution for LSP executables, commands, and addressesw0rp
2019-02-26#2132 - Set up fixers for deferred supportw0rp
2019-02-22Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)"w0rp
This reverts commit f1ed654ca5318de5a24b37d882e55e04e4e566c8.
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-22#2132 - Implement project_root as a replacement for project_root_callbackw0rp
2019-02-22#2132 - Make most foo_callback options work as foow0rp