Age | Commit message (Expand) | Author |
2017-07-21 | Don't mess with compleopt for each completion, as it doesn't work | w0rp |
2017-07-20 | Fix #786 - Only set --no-local-style for yapf if a configuration file is dete... | w0rp |
2017-07-19 | added fixer for Standard | Sumner Evans |
2017-07-18 | Fix #775 - Run eslint.js via node on Windows for eslint --fix | w0rp |
2017-07-17 | Limit the suggestions only after filtering them | w0rp |
2017-07-17 | Filter the completion results by the prefix we used | w0rp |
2017-07-16 | Fix #560 #763 - Silence errors for setting signs, and do nothing for dirvish | w0rp |
2017-07-15 | Fix #773 - Do not clear the loclist when closing the loclist window | w0rp |
2017-07-13 | #697 - Remove highlights more thoroughly | w0rp |
2017-07-13 | Make tsserver completion more reliable, but not quite ready for documentation... | w0rp |
2017-07-12 | Add rails_best_practices handler (resolves #655) (#751) | Eddie Lebow |
2017-07-12 | Fix docs for FindProjectRoot function | Matteo Centenaro |
2017-07-11 | #756 Escape the paths used for the --include parameter for gometalinter, whic... | w0rp |
2017-07-11 | Look for ini file to spot python project root (#755) | Matteo Centenaro |
2017-07-11 | Fix comment typo | Eddie Lebow |
2017-07-10 | Kotlin and general Gradle support. (#745) | Michael Pardo |
2017-07-10 | Fix #749 - Use /bin/sh when the shell is fish | w0rp |
2017-07-10 | Fix #730 - Lint files on save even when nothing was fixed | w0rp |
2017-07-10 | Fix #746 - Keep highlights from other plugins when buffers are hidden | w0rp |
2017-07-09 | Make every test set filenames and switch directories in the same way, and fix... | w0rp |
2017-07-09 | Fix issues with running individual tests, and get the Vim tests to run on cer... | w0rp |
2017-07-09 | Correctly resolve temp files on macOS | Jacob Zimmerman |
2017-07-09 | Support setting settings with g:ale_pattern_options | w0rp |
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor most... | w0rp |
2017-07-07 | Fix windows path check on rust linter (#736) | daa84 |
2017-07-07 | #710 - Fix a parsing bug caused by the last fix | w0rp |
2017-07-07 | Fix #735 - Support old versions of Flow by only adding --respect-pragma for s... | w0rp |
2017-07-07 | #710 - Show warnings as warnings for ghc | w0rp |
2017-07-06 | #732 - Use the configuration files when fixing files with rubocop | w0rp |
2017-07-06 | Initialize rubocop variables in one place | w0rp |
2017-07-06 | Fix some bad indentation | w0rp |
2017-07-06 | Add ale_fix_on_save and ale_fixers to debug output (#731) | Gregory Einfrank |
2017-07-05 | Correct a comment | w0rp |
2017-07-05 | #729 - Use a wrapper for simplify to fix // problems on Windows | w0rp |
2017-07-05 | #729 - Support running Python programs from virtualenv for Windows | w0rp |
2017-07-05 | #729 Fix // in virtualenv paths | w0rp |
2017-07-03 | Add a function for fixing the alignment of Vim help tags | w0rp |
2017-07-03 | Report exceptions thrown for stylelint | w0rp |
2017-07-02 | Remove the need for pointless callbacks for LSP linters | w0rp |
2017-07-02 | Support an 'stdio' type for linter defintions, and require a command for LSP ... | w0rp |
2017-07-02 | Get automatic completion with tsserver to work | w0rp |
2017-07-02 | Refactor LSP jobs to use a uniform ID value | w0rp |
2017-07-02 | Add some experimental completion code for tsserver | w0rp |
2017-06-29 | Fix #706 - Skip fixers with jobs that return empty output, in case they have ... | w0rp |
2017-06-28 | Add prettier-standard support (#702) | Adam Stankiewicz |
2017-06-28 | Use a new window for the ALEFixSuggest command, and document it better | w0rp |
2017-06-28 | Add puppet-lint fixer (#701) | Alexander "Ace" Olofsson |
2017-06-27 | Fix #680 - Use --shadow-file to check for problems with mypy while you type | w0rp |
2017-06-25 | Detect .git directories for finding the project root for C projects | w0rp |
2017-06-25 | Move ale#handlers#c functions into ale#c | w0rp |