commit | 9bb3eb3e02a942fb71a4c1ce913f938d0ddf82d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 20:03:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 20:03:36 2020 +0200 |
tree | 76e8f52bd09a267ea6d562f1257a8ef7a6bf428a | |
parent | f7d267ef20a38eb316915b91cb5a89021555f9d8 [diff] [blame] |
patch 8.2.0994: Vim9: missing function causes compilation error Problem: Vim9: missing function causes compilation error. Solution: Call test function indirectly.
diff --git a/src/version.c b/src/version.c index c97a089..a5c6de5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 994, +/**/ 993, /**/ 992,