From d3450d85ec2223358f1e1724001f61e8a64b9a0c Mon Sep 17 00:00:00 2001 From: ChaiShushan Date: Thu, 8 Aug 2013 10:57:32 -0700 Subject: [PATCH] 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 --- misc/notepadplus/functionList.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -- 2.48.1