repo.or.cz
/
zsh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
26763: fix problem on failed cd -s to relative path
[zsh.git]
/
Src
/
Zle
/
zle_things.sed
blob
781d2370486488fd1a57d5d8abfa7fbf6bd6f2fa
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
9
}