blob: 2c5d11cd1697faa6d77b700ebe60878f519166dc (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
TAGS="ftag Get |s |c+ |c- >findt >finde >findc >searchc >import |package |property <sver gbranch |upper |lower |latin |i+ |i-"
MARGIN="//MARGINE |"
# Clear the tag before adding the new ones
echo cleartag | 9p write acme/$winid/ctl
printf "\n$TAGS\nEdit\n$MARGIN" | 9p write acme/$winid/tag
|