summaryrefslogtreecommitdiff
path: root/ale_linters/nim
AgeCommit message (Collapse)Author
2017-04-15Make code more consistentw0rp
2017-04-08Added a missing space to the nimcheck commandMathijs Saey
2017-04-07Update 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-22Fix 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-18Add support for nim checkbaabelfish