summaryrefslogtreecommitdiff
path: root/plugins/coffee/_coffee
AgeCommit message (Collapse)Author
2022-11-04docs: fix some capitalization typos(#11293)Frieder Bluemle
2022-03-07fix(coffee): fix completion bug on missing `coffee` command (#10759)Marc Cornellà
This commit fixes the error _coffee:49: bad math expression: operand expected at `< 2 ' when the coffee command is missing or the `coffee --version` command fails. It also uses is-at-least to check for the cut-off version for suggesting `--lint` and `--require` arguments, instead of using `cut` multiple times. Fixes #10759
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2013-06-28Update coffee completiondongweiming
2012-11-19Added a CoffeeScript plugin.Josh Davis