Age | Commit message (Expand) | Author |
2017-02-21 | Fix #314 - quickfix should take precedence over loclist for jumping | w0rp |
2017-02-21 | #314 filter both lists, and add tests to cover the list retrieval | w0rp |
2017-02-21 | Add an extra custom check for using endif instead of end, etc. | w0rp |
2017-02-21 | Merge pull request #348 from rob-b/add-hdevtools-linter | w0rp |
2017-02-17 | Add hdevtools linter for haskell | Rob Berry |
2017-02-17 | Use a more reliable method for getting an ID for a job | w0rp |
2017-02-17 | Prevent some stupid exceptions | w0rp |
2017-02-16 | #254 Add an option for logging the output of commands | w0rp |
2017-02-16 | #254 Capture command exit codes in the history | w0rp |
2017-02-16 | Add an option for completely disabling command history, and add documentation | w0rp |
2017-02-16 | Refactor history management functions into their own file | w0rp |
2017-02-16 | Add hdevtools linter for haskell | Rob Berry |
2017-02-15 | Fix #319 - Enable only cargo for Rust by default | w0rp |
2017-02-14 | #254 Add a command for copying ALEInfo to your clipboard quickly | w0rp |
2017-02-14 | #254 Add command history to ALEInfo | w0rp |
2017-02-14 | #338 Try and stop ALE from throwing ALEs when run from a sandbox | w0rp |
2017-02-13 | #274 - Fix airline integration when ALE is not loaded fully | w0rp |
2017-02-13 | Output ALE global variables for :ALEInfo | w0rp |
2017-02-13 | Include most linter variables in ALEInfo | w0rp |
2017-02-13 | Fix a style issue | w0rp |
2017-02-13 | Actually catch all Job ID problems | w0rp |
2017-02-13 | Highlighting should not filter linter messages without column info | ninjawithaneedle |
2017-02-13 | #283 Fix linting buffers with no filename, by creating a filename with a gues... | w0rp |
2017-02-13 | Fix #171 - Implement basic error highlighting | w0rp |
2017-02-11 | Feed files to commands via stdin by first writing the file to a temporary fil... | w0rp |
2017-02-11 | Fix filename substitution, especially on Windows | w0rp |
2017-02-11 | Replace every stdin-wrapper script with the new %t formatting support | w0rp |
2017-02-11 | Fix Pug linting | w0rp |
2017-02-11 | Use writefile() for temporary files, which works better | w0rp |
2017-02-11 | Add support for temporary filename substitution, for replacing stdin_wrapper | w0rp |
2017-02-11 | Add support for managing temporary files/directories | w0rp |
2017-02-11 | Try and fix Travis builds again | w0rp |
2017-02-11 | Fix #116 - Send SIGKILL to processes if they don't respond to SIGTERM | w0rp |
2017-02-10 | Fix #283 Add an option for using ch_sendraw(), which can be better for some u... | w0rp |
2017-02-09 | Fix #315 Implement the read_buffer option | w0rp |
2017-02-09 | Make ALE complain when conflicting command options are used | w0rp |
2017-02-09 | add ALEToggle command (#303) | Daniel Lupu |
2017-02-09 | Revert "Add a Batch stdin wrapper script" | w0rp |
2017-02-08 | #314 Use the quickfix list for jumping between errors if that is set instead ... | w0rp |
2017-02-08 | #39 Don't send the Vim buffer to commands before the last in a chain | w0rp |
2017-02-07 | Cover the Rust handler with some tests | w0rp |
2017-02-06 | #289 Only use the --stdin-display-name flag if the flake8 version supports it | w0rp |
2017-02-04 | Fix #124 Finish implementing command chaining, and make it work for DMD | w0rp |
2017-02-02 | Add a default alias for the Dockerfile filetype, which is capitalised for som... | w0rp |
2017-01-24 | Add ALEInfo command to get list of available/enabled linters (#273) | DiscoViking |
2017-01-22 | Add a script for custom checks to enforce using the abort flag for functions ... | w0rp |
2017-01-22 | Fix parsing of currently shown signs with Spanish locale (#268) | EinfachToll |
2017-01-22 | Add option to open loclist/quicklist when there are errors (#266) | yfery |
2017-01-20 | Improve mypy handling a little bit more | w0rp |
2017-01-19 | Join the lines Neovim passes to ale (#263) | EinfachToll |