Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | Update test docs and output for linter tables checked | Eddie Lebow | |
This makes some of the run-test output less misleading. Also fix a minor shellcheck issue: "\*" and "\\*" are equivalent, but the second one makes clear that the literal backslash is intentional. | |||
2019-05-21 | Revert "Fix #2492 - Remove all Deoplete support for now" | w0rp | |
This reverts commit 975cc7af8fbabe234a220c84e56b7ff719d8d959. | |||
2019-05-16 | Fix #2492 - Remove all Deoplete support for now | w0rp | |
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |
2018-06-28 | Get tests running and passing with NeoVim 0.2 and 0.3 | w0rp | |
2018-05-01 | Update run-tests to make use of /usr/bin/env (#1548) | Bjorn Neergaard | |
* Update run-tests to make use of /usr/bin/env * Update run-vint * Update run-vader-tests * Update custom-linting-rules * Update custom-checks * Update check-toc * Update check-supported-tools-tables | |||
2017-12-01 | Break up the rest of the test script code into smaller files | w0rp | |
2017-11-15 | Complain about stray echo lines in the codebase | w0rp | |
2017-09-12 | Ban getcwd() from the codebase, as it causes problems | w0rp | |
2017-09-11 | Require function! to be used instead of function | w0rp | |
2017-09-10 | Move scripts for tests into the test directory, and do not export the Batch ↵ | w0rp | |
script for running tests |