From: ChaiShushan Date: Thu, 8 Aug 2013 17:57:32 +0000 (-0700) Subject: misc/notepadplus: fix functionList regex issue X-Git-Tag: go1.2rc2~720 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d3450d85ec2223358f1e1724001f61e8a64b9a0c;p=gostls13.git misc/notepadplus: fix functionList regex issue The receiver name is optional. when Method's receiver name messing, the functionList regex can't match the Method, e.g. `func (*T) ProtoMessage() {}`. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12530044 --- diff --git a/misc/notepadplus/functionList.xml b/misc/notepadplus/functionList.xml index 3d86bad7fa..6e00305fa3 100644 --- a/misc/notepadplus/functionList.xml +++ b/misc/notepadplus/functionList.xml @@ -7,7 +7,7 @@