mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1815: duplicating info for internal functions
Problem: Duplicating info for internal functions. Solution: Use one table to list internal functions.
This commit is contained in:
parent
5d458a7b3d
commit
7a4ea1df2f
1033
src/evalfunc.c
1033
src/evalfunc.c
File diff suppressed because it is too large
Load Diff
@ -773,6 +773,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1815,
|
||||||
/**/
|
/**/
|
||||||
1814,
|
1814,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user