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_widget.sed

8 lines
118 B
Sed

/^ *W(/{
s/[^,]*, *t_/ wi_/
s/ *,.*/,/
P
s/ wi_\(.*\),/#define w_\1 (\&widgets[wi_\1])/
P
}