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 4d8479b commit 6a12e33Copy full SHA for 6a12e33
2 files changed
src/structs.h
@@ -1649,8 +1649,8 @@ typedef struct
1649
1650
char_u *uf_name_exp; // if "uf_name[]" starts with SNR the name with
1651
// "<SNR>" as a string, otherwise NULL
1652
- char_u uf_name[1]; // name of function (actually longer); can
1653
- // start with <SNR>123_ (<SNR> is K_SPECIAL
+ char_u uf_name[4]; // name of function (actual size equals name);
+ // can start with <SNR>123_ (<SNR> is K_SPECIAL
1654
// KS_EXTRA KE_SNR)
1655
} ufunc_T;
1656
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
+ 2438,
755
/**/
756
2437,
757
0 commit comments