all repos — honk @ 2383e1cd94019a9a6974723dcdfa1c80d53f86d9

my fork of honk

fix a dumb search bug
Ted Unangst tedu@tedunangst.com
Thu, 17 Oct 2019 21:59:17 -0400
commit

2383e1cd94019a9a6974723dcdfa1c80d53f86d9

parent

1100c54ffdd48db1454254b3753d26e27dbe972c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M database.godatabase.go

@@ -219,7 +219,7 @@ }

withhonker = 1 continue } - if q[0] != '%' { + if len(q) != 1 { q += " " } q += t