1
0
forked from aniani/vim

patch 8.2.1696: unused (duplicate) macros

Problem:    Unused (duplicate) macros.
Solution:   Remove the macros.
This commit is contained in:
Bram Moolenaar
2020-09-16 17:30:27 +02:00
parent 2f8cbc4b22
commit 2c12f89055
2 changed files with 2 additions and 4 deletions

View File

@@ -66,10 +66,6 @@
#define REGION_ALL 0xff // word valid in all regions
#define VIMSUGMAGIC "VIMsug" // string at start of Vim .sug file
#define VIMSUGMAGICL 6
#define VIMSUGVERSION 1
// Result values. Lower number is accepted over higher one.
#define SP_BANNED -1
#define SP_OK 0

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1696,
/**/
1695,
/**/