0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 8.2.1643: Vim9: :defcompile compiles dead functions

Problem:    Vim9: :defcompile compiles dead functions.
Solution:   Skip over dead functions.
This commit is contained in:
Bram Moolenaar
2020-09-09 17:08:51 +02:00
parent 4507f6ada5
commit 96f8f499ce
2 changed files with 6 additions and 2 deletions

View File

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