whoops, bug
This commit is contained in:
parent
8635ba1a54
commit
176037df62
@ -16,11 +16,14 @@ Then in WeeChat:
|
||||
=cut
|
||||
|
||||
my %profs;
|
||||
my $desc = 0;
|
||||
|
||||
while (<>) {
|
||||
$desc and print, next;
|
||||
$_ !~ /^python\.embellish\./ and print, next;
|
||||
s/^python\.embellish/python.colo/;
|
||||
$_ !~ /^python\.colo\..*(?:pre|suf)/ and print, next;
|
||||
$_ eq '[desc]' and ($desc = 1), print, next;
|
||||
|
||||
my ($prof, $k, $v) = /^python\.colo\.(.*)(pre|suf) = "(.*)"$/;
|
||||
$v =~ s/\x02/%b/g;
|
||||
|
Loading…
Reference in New Issue
Block a user