| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace appveyor with GitHub actions (#5119) | Horacio Sanson | 2026-05-12 | 1 | -2/+2 |
| * | Add the buffer-local options 'b:ale_shell' and 'b:ale_shell_arguments'. (#4146) | James Cherti | 2022-04-06 | 1 | -1/+22 |
| * | Fix a test on Windows | w0rp | 2019-01-04 | 1 | -1/+5 |
| * | Clean up the new g:ale_shell code. Use it for Windows | w0rp | 2019-01-03 | 1 | -5/+11 |
| * | change ale to use value of g:ale_shell regardless of what it is | Holden | 2019-01-02 | 1 | -1/+1 |
| * | fix tests on windows | Holden | 2018-12-28 | 1 | -2/+4 |
| * | add tests for ale_shell option | Holden | 2018-12-28 | 1 | -0/+7 |
| * | Fix #1495 - Fall back to /bin/sh when shell=pwsh | w0rp | 2018-04-12 | 1 | -0/+17 |
| * | Fix #1298 - Escape commands for PowerShell | w0rp | 2018-01-17 | 1 | -2/+2 |
| * | Fix #1115 - Add support for wrapping all commands with an option | w0rp | 2017-12-20 | 1 | -19/+20 |
| * | Fix some random test issues for Windows | w0rp | 2017-09-11 | 1 | -1/+2 |
| * | Fix #749 - Use /bin/sh when the shell is fish | w0rp | 2017-07-10 | 1 | -0/+37 |