mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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:
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[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1815,
|
||||
/**/
|
||||
1814,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user