1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:04:40 -07:00
go/misc/notepadplus
ChaiShushan f0f97c1f47 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
2013-06-24 13:28:10 +10:00
..
go.xml misc/notepadplus: add missing delete keyword 2013-06-24 13:28:10 +10:00
README misc/bbedit, misc/notepadplus: remove executable bits from files. 2013-03-12 14:29:25 -07:00
userDefineLang.xml misc/notepadplus: add missing delete keyword 2013-06-24 13:28:10 +10:00

Given a Notepad++ installation at <DIR>:

1. Add the contents of userDefineLang.xml at <DIR>\userDefineLang.xml
	between <NotepadPlus> ... </NotepadPlus>
	
2. Copy go.xml to <DIR>\plugins\APIs

3. Restart Notepad++