Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-06 | #620 Check the Nim files on disk instead | w0rp | |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp | |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp | |
2017-05-06 | Make the nimcheck tests more reliable | w0rp | |
2017-04-18 | Add a function for getting matches, and use it to simplify a lot of code | w0rp | |
2017-04-15 | Fix #257 in preparation for #427, standardise options with fallbacks, and ↵ | w0rp | |
make it so every value can be computed dynamically | |||
2017-04-15 | Make code more consistent | w0rp | |
2017-04-08 | Added a missing space to the nimcheck command | Mathijs Saey | |
2017-04-07 | Update nimcheck.vim (#451) | Mathijs Saey | |
Added a '--threads:on' switch to the nim check command so that it doesn't produce errors when using one of the various modules that require threads. | |||
2017-03-22 | Fix problems with nim check (#404) | baabelfish | |
* Fix problems with nim check - Multi file errors are not shown in the same buffer - Fixes parsing of error type that contain ':' * Remove redundant fnameescape | |||
2017-03-18 | Add support for nim check | baabelfish | |