Age | Commit message (Expand) | Author |
---|---|---|
2017-09-10 | Move scripts for tests into the test directory, and do not export the Batch s... | w0rp |
2017-08-11 | Ban !=# and !=? from the codebase | w0rp |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp |
2017-07-05 | #729 - Use a wrapper for simplify to fix // problems on Windows | w0rp |
2017-06-06 | Complain about incorrect uses of expand('%...') | w0rp |
2017-05-15 | Complain when shellescape is used instead of ale#Escape | w0rp |
2017-04-27 | custom-checks: handle multiple dirs | Daniel Hahler |
2017-04-15 | Fix #257 in preparation for #427, standardise options with fallbacks, and mak... | w0rp |
2017-04-15 | Fix the custom-checks script, and check for more problems | w0rp |
2017-03-07 | Speed up and simplify the custom checks a lot | w0rp |
2017-02-21 | Add an extra custom check for using endif instead of end, etc. | w0rp |
2017-01-22 | Add a script for custom checks to enforce using the abort flag for functions ... | w0rp |