26763: fix problem on failed cd -s to relative path
[zsh.git] / Src / Zle / zle_things.sed
blob781d2370486488fd1a57d5d8abfa7fbf6bd6f2fa
1 /^ *T("/{
2     s/^[^"]*"/    z_/
3     s/".*$/,/
4     s/-//g
5     s/\./D/g
6     P
7     s/    z_\(.*\),/#define t_\1 (\&thingies[z_\1])/
8     P