summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-29Merge pull request #2448 from reedriley/masterw0rp
Add support for Vim's tagstack to ALEGoToDefinition
2019-04-29Merge pull request #2466 from alerque/patch-1w0rp
Include plugin description in local help line
2019-04-29Include plugin description in local help lineCaleb Maclennan
The recommended format for _vim's internal help files_ is "<tag> <for vim version> <last change>", (see `:help help-writing` but this format is not parsed the same way for plugins. For plugins the recommended format includes a description of the plugin such as "<tag> <description>". See `:help write-local-help` for the different template.
2019-04-26Disable fsync for writefile() calls for performancew0rp
2019-04-24Updated Vim version in Dockerfile and made UpdateTagStack clearerReed Riley
The `settagstack` and `gettagstack` functions don't exist prior to Vim 8.1.0519. And the function definition was unclear whether it intended to grab the *old* or the *new* file/line/col.
2019-04-23Close #1753 - Implement minimum viable integration with Deopletew0rp
2019-04-23Add a fixer for r based on the styler package (#2401)Thibault Vatter
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation
2019-04-23Fix #2452 - Strip trailing spaces off sign text automaticallyw0rp
2019-04-19Add support for Vim's tagstack to ALEGoToDefinitionReed Riley
fixes 1236
2019-04-18Add g:ale_sh_shellcheck_change_directoryFletcher Nichol
2019-04-17Fix #2415 - Mark tsserver and LSP linters inactive againw0rp
2019-04-17#1791 Set the working directory for cabal and stackIan Shipman
2019-04-17Merge pull request #2443 from JulioJu/patch-1w0rp
Documentation: ale-java eclipselsp customization
2019-04-17Documentation: ale-java eclipselsp customizationJulio
See also https://github.com/w0rp/ale/pull/2121
2019-04-16fix 2434: use text field instead of the detail field for virtualtext (#2441)Jethro Shuwen Sun
* use text field instead of the detail field for virtualtext * make the change simpler
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-15Adjust the README wording slightlyw0rp
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-15Fix #2440 - Fix the kotlinc command when Maven and Gradle are missingw0rp
2019-04-14Add floskell for Haskell formattingRob Looby
2019-04-13Add support for latexindent (#2387)Riley Martine
2019-04-13Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-lsw0rp
WIP Fix 1996 - Add eclipse LSP support.
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-11Merge pull request #2432 from superobertking/masterw0rp
Let rust rls linter find the default rust toolchain automatically
2019-04-11modify rls testcaserobertking
2019-04-11change default value of ale_rust_rls_toolchain and update documentationrobertking
2019-04-11test: unit test for fecs fixer, fecs commandharttle
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-11Fix 1996 - Add eclipse LSP support.Horacio Sanson
2019-04-10Add a linter for clojure using clj-kondo (#2377)Masashi Iizuka
2019-04-10Do not complain about generated _callback settingsw0rp
2019-04-10#2428 Remove deprecated linter options for psscriptanalyzerw0rp
2019-04-10Close #2179 - Add support for goplsw0rp
2019-04-10Merge pull request #2366 from aweis/fixtypow0rp
ruby: fix a typo in a comment
2019-04-10Adding new linter "cookstyle" for chef recipes (Issue #1187) (#2362)Raphael Hoegger
2019-04-08[doc] Add swift support documentation (#2426)Dan Loman
* [doc] Add swift support documentation * [doc] Add swift bullets in main help file * [doc] Add to supported languages and tools txt file as well * Ensure same name styling for help/readme files
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-07Document ale#Hasv2.4.0w0rp
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-04Merge pull request #2414 from rpdelaney/severity-spw0rp
Fix missing character in %severity%