From 33580e8305da21fced5d86c16cb64c71e33d09ef Mon Sep 17 00:00:00 2001 From: ChaiShushan Date: Wed, 18 Dec 2013 10:17:38 -0800 Subject: [PATCH] misc/notepadplus: Fix Function List in Notepad++ 6.5 Since version 6.5, npp change the Function List syntax for User Defined Languages. We need use userDefinedLangName syntax in association tag in Notepad++ 6.5. Fix issue 6735. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/22770043 --- misc/notepadplus/functionList.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/notepadplus/functionList.xml b/misc/notepadplus/functionList.xml index ca949f0184..7c605db4f0 100644 --- a/misc/notepadplus/functionList.xml +++ b/misc/notepadplus/functionList.xml @@ -1,8 +1,15 @@ + + + -- 2.48.1