Age | Commit message (Expand) | Author |
2017-11-17 | Merge pull request #1142 from rhysd/redpen-ext | w0rp |
2017-11-17 | Fix #741 - Set highlights for entire lines when signs are disabled | w0rp |
2017-11-17 | redpen: fix start column | rhysd |
2017-11-17 | redpen support for asciidoc, reST, LaTeX and Re:VIEW | rhysd |
2017-11-16 | Fix #1132 - Parse react error codes again for ESLint | w0rp |
2017-11-15 | Complain about stray echo lines in the codebase | w0rp |
2017-11-15 | Merge pull request #1130 from deltaskelta/patch-1 | w0rp |
2017-11-15 | #852 - Capture error codes for cpplint | w0rp |
2017-11-15 | fix goimports typo in registry | Jeff Willette |
2017-11-14 | Fix #757 - Show :ALEDetail messages in a window | w0rp |
2017-11-14 | Fix #1128 - Add g:ale_linters_explicit for only enabling linters explicitly | w0rp |
2017-11-14 | Added support for goimports fixer (#1123) | Jeff Willette |
2017-11-14 | Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format | w0rp |
2017-11-13 | #852 Pass on error codes in the loclist corrections | w0rp |
2017-11-13 | #852 Capture error codes for ESLint | w0rp |
2017-11-13 | Fix #1124 - Handle stack-build errors with leading spaces | w0rp |
2017-11-13 | #852 Support formatting echo messages with error codes. No linters set the `c... | w0rp |
2017-11-12 | Add support for showing Info severities in echoed messages | w0rp |
2017-11-12 | #1108 Support setting b:ale_linter_aliases to a List | w0rp |
2017-11-11 | #1108 Support using Lists and 'all' for b:ale_linters | w0rp |
2017-11-11 | #1108 Support selecting fixers with Lists | w0rp |
2017-11-11 | Remove id from LSP notifications | Michael Jungo |
2017-11-11 | Add ocaml-language-server for OCaml and ReasonML | Michael Jungo |
2017-11-11 | #1095 Cache the sorting of patterns for g:ale_pattern_options | w0rp |
2017-11-11 | #1095 Apply all patterns for g:ale_pattern_options, instead of just the first... | w0rp |
2017-11-09 | Simplfy semver handling and share the semver version cache across everything | w0rp |
2017-11-08 | Add PyLS linter (#1097) | Auri |
2017-11-07 | Fix #1086 - Implement command chaining for fixers | w0rp |
2017-11-07 | Tell users when a fixer does not exist, and make the no fixers message softer | w0rp |
2017-11-06 | #1006 Fix raw message handling for LSP support in NeoVim | w0rp |
2017-11-05 | Fix #1085 - Add a final newline character to tsserver and LSP messages | w0rp |
2017-11-05 | Add shfmt fixer for sh files (#1083) | Simon Bugert |
2017-11-05 | Fix #1062 - Use <nomodeline> for the ALELint autocmd, so we don not mess with... | w0rp |
2017-11-04 | Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVim | w0rp |
2017-11-04 | #1081 Remove the ale#python#IsExecutable function | w0rp |
2017-11-04 | #1081 Use executable() for Python executables on Windows, and rename the test... | w0rp |
2017-10-30 | #857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers | w0rp |
2017-10-30 | Merge pull request #1059 from ahmedelgabri/reason-refmt | w0rp |
2017-10-29 | refmt fixer for ReasonML | Ahmed El Gabri |
2017-10-29 | Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all buff... | w0rp |
2017-10-28 | #817 Add commands for toggling ALE for only the current buffer | w0rp |
2017-10-28 | #817 Move code for toggling ALE to its own file | w0rp |
2017-10-28 | Fix #971 - Add an option for turning errors about missing eslint config files... | w0rp |
2017-10-27 | Add hackfmt fixer | Sam Howie |
2017-10-26 | Fix #1041 - Do not request completions shortly after CompleteDone | w0rp |
2017-10-26 | Fix #1051 - Support ash and dash for shellcheck and the sh linter | w0rp |
2017-10-26 | Fix #1048 - Do not lint files named "." | w0rp |
2017-10-26 | Remove redundant code for the GCC handler, and fix bugs with errors for - not... | w0rp |
2017-10-25 | Fix an exception with notes with no previous message | w0rp |
2017-10-25 | Handle multiple files localtion lists with gcc handler (#1034) | Gerry Agbobada |