We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8cbc4 commit 2c12f89Copy full SHA for 2c12f89
2 files changed
src/spell.c
@@ -66,10 +66,6 @@
66
67
#define REGION_ALL 0xff // word valid in all regions
68
69
-#define VIMSUGMAGIC "VIMsug" // string at start of Vim .sug file
70
-#define VIMSUGMAGICL 6
71
-#define VIMSUGVERSION 1
72
-
73
// Result values. Lower number is accepted over higher one.
74
#define SP_BANNED -1
75
#define SP_OK 0
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1696,
755
/**/
756
1695,
757
0 commit comments