You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh/Src/Zle/zle_things.sed

10 lines
137 B
Sed

/^ *T("/{
s/^[^"]*"/ z_/
s/".*$/,/
s/-//g
s/\./D/g
P
s/ z_\(.*\),/#define t_\1 (\&thingies[z_\1])/
P
}