From: ChaiShushan Date: Mon, 24 Jun 2013 03:28:10 +0000 (+1000) Subject: misc/notepadplus: add missing delete keyword X-Git-Tag: go1.2rc2~1196 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f0f97c1f47377a735b13dac32af9222905821d67;p=gostls13.git misc/notepadplus: add missing delete keyword In general the description should describe what is added or fixed, not how it was done (the code does this), but in this case the cause was delete was missing, so the fix is to add it. Fixes #5759. R=adg CC=dave, dominik.honnef, gobot, golang-dev https://golang.org/cl/10476043 --- diff --git a/misc/notepadplus/go.xml b/misc/notepadplus/go.xml index 237ef6b4b2..29031be0ea 100644 --- a/misc/notepadplus/go.xml +++ b/misc/notepadplus/go.xml @@ -17,6 +17,7 @@ + diff --git a/misc/notepadplus/userDefineLang.xml b/misc/notepadplus/userDefineLang.xml index 2954aad488..a3312965ee 100644 --- a/misc/notepadplus/userDefineLang.xml +++ b/misc/notepadplus/userDefineLang.xml @@ -11,7 +11,7 @@ ( ) [ ] { } ... . , _ & ^ % > < ! = + - * | : 1/* 2*/ 0// - append bool break byte cap case chan close complex complex128 complex64 const continue copy default defer else error fallthrough false float32 float64 for func go goto if iota imag import int int16 int32 int64 int8 interface len make map new nil package panic print println range real recover return rune select string struct switch true type uint uint16 uint32 uint64 uint8 uintptr var + append bool break byte cap case chan close complex complex128 complex64 const continue copy default defer delete else error fallthrough false float32 float64 for func go goto if iota imag import int int16 int32 int64 int8 interface len make map new nil package panic print println range real recover return rune select string struct switch true type uint uint16 uint32 uint64 uint8 uintptr var