Add µ alias for `repeat`

This commit is contained in:
yuanchuan 2022-01-14 10:27:37 +08:00
parent 80d3bd3cc7
commit 87d267337d
1 changed files with 2 additions and 2 deletions

View File

@ -419,6 +419,7 @@ function get_exposed(random) {
return alias_for(Expose, {
'm': 'multiple',
'M': 'multiple-with-space',
'µ': 'repeat',
'r': 'rand',
'rn': 'nrand',
@ -431,8 +432,6 @@ function get_exposed(random) {
'pd': 'pick-d',
'lp': 'last-pick',
'rep': 'repeat',
'i': 'index',
'x': 'col',
'y': 'row',
@ -466,6 +465,7 @@ function get_exposed(random) {
'point': 'plot',
'Point': 'Plot',
'paint': 'canvas',
'rep': 'repeat',
// error prone
'stripes': 'stripe',